Пример #1
0
 public static DataSet Get_Supplier_ApproverList(int?UserID, string Supplier_Type, string Approver_Type)
 {
     return(DAL_ASL_Supplier.Get_Supplier_ApproverList(UserID, Supplier_Type, Approver_Type));
 }