Esempio n. 1
0
        public SuppliersStatementEntity GetAllUnPaidInvoice(int supplierID, string statementDate)
        {
            ISuppliersUnPaidInvoicesBL sDAL = new SuppliersUnPaidInvoicesBL();

            return(sDAL.GetAllUnPaidInvoice(supplierID, statementDate));
        }
Esempio n. 2
0
        public List <SuppliersUnpaidInvoicesEntity> GetSuppliersList(string statementDate)
        {
            ISuppliersUnPaidInvoicesBL sDAL = new SuppliersUnPaidInvoicesBL();

            return(sDAL.GetSuppliersList(statementDate));
        }