示例#1
0
 public void addNewSupplier(T_Suppliers newsupplier)
 {
     try
     {
         sh = new SupplierHelper();
         sh.addNewSupplier(newsupplier);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }