Example #1
0
 public DataTable InvoiceTotal(string Store_ID, DateTime DateTime1, DateTime DateTime2)
 {
     return(getGui.GetInvoiceTotalByStoreID(Store_ID, DateTime1, DateTime2));
 }