Exemplo n.º 1
0
 public ICollection <ViewProductionSalesRepalce> GetProductionSalesRepalcesByMonthYear(int monthNo, int year)
 {
     return(_iReportGateway.GetProductionSalesRepalcesByMonthYear(monthNo, year));
 }