Example #1
0
 public static DataSet Get_Supplier_PO_OutStanding(string Supp_ID, int?pagenumber, int?pagesize, ref int isfetchcount)
 {
     return(DAL_ASL_Supplier.Get_Supplier_PO_OutStanding(Supp_ID, pagenumber, pagesize, ref isfetchcount));
 }