Exemple #1
0
 public T_Suppliers getSupplierbyId(int sid)
 {
     try
     {
         sh = new SupplierHelper();
         return(sh.getSupplierbyId(sid));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }