Example #1
0
 public DataTable Retrieve(string customercode)
 {
     return(ItemCustomerDac.Retrieve(customercode).Tables[0]);
 }
Example #2
0
 public DataTable GetAllCustomerItem()
 {
     return(ItemCustomerDac.Retrieve().Tables[0]);
 }