Beispiel #1
0
 public static DataTable POLOG_Get_PO_Search(string searchtext, string Supplier_Code, int?VesselID, string AccountClassification, string AccountType, string InvoiceStatus, DataTable dtType, string chkClosed, string sortby, int?sortdirection, int?pagenumber, int?pagesize, ref int isfetchcount)
 {
     return(DAL_POLOG_Register.POLOG_Get_PO_Search(searchtext, Supplier_Code, VesselID, AccountClassification, AccountType, InvoiceStatus, dtType, chkClosed, sortby, sortdirection, pagenumber, pagesize, ref isfetchcount));
 }