Example #1
0
 public DataSet GetDataToGenerateRFQForNotListedSupplier(string ReqCode, string VesselCode, string DocumentCode)
 {
     return(objSupplier.GetDataToGenerateRFQForNotListedSupplier(ReqCode, VesselCode, DocumentCode));
 }