Exemple #1
0
 public void DelSupplierContacts(T_Suppliers_contacts contact)
 {
     try
     {
         sh = new SupplierHelper();
         sh.DelSupplierContacts(contact);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }