Ejemplo n.º 1
0
 public List <T_Suppliers_contacts> getSupplierContacts(int supplierid)
 {
     try
     {
         sh = new SupplierHelper();
         return(sh.getSupplierContacts(supplierid));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }