예제 #1
0
 public static DataTable GetYTDSales()
 {
     return(SalesReportDB.GetYTDSales());
 }
예제 #2
0
 public static DataTable GetSalesByDateRange(string fromMonth, string fromYear, string toMonth, string toYear)
 {
     return(SalesReportDB.GetSalesByDateRange(fromMonth, fromYear, toMonth, toYear));
 }