using SolarPower.Models; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SolarPower.Repository.Interface { public interface IStationReportRepository : IRepositoryBase { Task> GetInverterId(string DBname, Select_table post); Task Gettablebody(Select_table post); Task> GetHire(PsIdAndSiteDB post); Task> GetMaxtablebody(Select_table2 post); Task Findhaveinv(Select_table post); Task CheckExcelAsync(Select_table post); } }