Beispiel #1
0
 public static bool DelVendorSupplierDet(int argVendorID, int argSuppVenID, string argSuppType)
 {
     return(VendorDL.DelVendorSupplierDet(argVendorID, argSuppVenID, argSuppType));
 }