예제 #1
0
        //Payment Approval


        public static DataSet POLOG_Get_Approved_Invoice_Search(string Supplier_Code, int?Vessel_Code, string Owner_Code, int UrgentChk, string InvoiceStatus, string InvoiceWorkflow, int?UserID, string sortby, int?sortdirection, int?pagenumber, int?pagesize, ref int isfetchcount)
        {
            return(DAL_POLOG_Register.POLOG_Get_Approved_Invoice_Search(Supplier_Code, Vessel_Code, Owner_Code, UrgentChk, InvoiceStatus, InvoiceWorkflow, UserID, sortby, sortdirection, pagenumber, pagesize, ref isfetchcount));
        }