예제 #1
0
 public List <StoreItemSoldObject> GetAllProductReport(int?itemsPerPage, int?pageNumber, DateTime startDate, DateTime endDate)
 {
     return(_reportRepository.GetAllProductReport(itemsPerPage, pageNumber, startDate, endDate));
 }