Esempio n. 1
0
 public List <T_Base_suppliertype> getSuptypeLst()
 {
     try
     {
         sh = new SupplierHelper();
         return(sh.getSuptypLst());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }