예제 #1
0
 public static List <CLayer.OfflineBooking> CustomerInvoiceGSTReport(string SearchString, long Limit, DateTime?fromDT = null, DateTime?toDT = null)
 {
     DataLayer.OfflineBooking user = new DataLayer.OfflineBooking();
     return(user.CustomerInvoiceGSTReport(SearchString, Limit, fromDT, toDT));
 }