Esempio n. 1
0
 //Payment Processing
 public static DataSet POLOG_Get_Payment_Supplier_Invoice(string SupplierCode, string Paymode, int?UserID)
 {
     return(DAL_POLOG_Register.POLOG_Get_Payment_Supplier_Invoice(SupplierCode, Paymode, UserID));
 }