Пример #1
0
 public static void InsertVendorSupplierDet(int argVendorID, string argSuppType, DataTable dtList)
 {
     VendorDL.InsertVendorSupplierDet(argVendorID, argSuppType, dtList);
 }