Ejemplo n.º 1
0
 public static List <CustomerProperties> getVendorsList(string status)
 {
     return(vendorDbProcessHandler.getMultipleCustomerInfo(status));
 }
 public List <CustomerProperties> getCustomerList()
 {
     com.app.model.CustomerDBProcessHandler customer = new CustomerDBProcessHandler();
     vendorLists = customer.getMultipleCustomerInfo("ACTIVE");
     return(vendorLists);
 }