Esempio n. 1
0
 public DataTable GetCustomerPurchaseForPMCall()
 {
     Business.Service.ServiceBook objServiceBook = new Business.Service.ServiceBook();
     return(objServiceBook.Service_GetCustomerPurchaseForPMCall(DateTime.Now));
 }