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

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

            return(sDAL.GetSuppliersList(statementDate));
        }