コード例 #1
0
ファイル: ReportServices.cs プロジェクト: AdiSha1995/shopmaxi
 public List <SaleObject> GetAllOutletsSalesReports(int?itemsPerPage, int?pageNumber, DateTime startDate, DateTime endDate)
 {
     return(_reportRepository.GetAllOutletsSalesReports(itemsPerPage, pageNumber, startDate, endDate));
 }