示例#1
0
 public static DataSet Get_Supplier_PaymentHistory(string Supp_ID, int Type, int PaymentID, int PaymentYear)
 {
     return(DAL_ASL_Supplier.Get_Supplier_PaymentHistory(Supp_ID, Type, PaymentID, PaymentYear));
 }