Example #1
0
 public static DataSet Get_Supplier_CR_ApproverList(int?UserID, string Supplier_Type, string Approver_Type, string Group_Name)
 {
     return(DAL_ASL_Supplier.Get_Supplier_CR_ApproverList(UserID, Supplier_Type, Approver_Type, Group_Name));
 }