示例#1
0
 public DataSet InsertSupplierProperties(string SuppCode, string ReqCode, string VesselCode, string DocumentCode, string VatApplicable, string QtnCode, int CreatedBy)
 {
     return(objSupplier.InsertSupplierProperties(SuppCode, ReqCode, VesselCode, DocumentCode, VatApplicable, QtnCode, CreatedBy));
 }