Пример #1
0
        public SuppliersStatementEntity GetAllUnPaidInvoice(int supplierID, string statementDate)
        {
            ISuppliersUnpaidInvoicesDAL sDAL = new SuppliersUnPaidInvoicesDAL();

            return(sDAL.GetAllUnPaidInvoice(supplierID, statementDate));
        }
Пример #2
0
        public List <SuppliersUnpaidInvoicesEntity> GetSuppliersList(string statementDate)
        {
            ISuppliersUnpaidInvoicesDAL sDAL = new SuppliersUnPaidInvoicesDAL();

            return(sDAL.GetSuppliersList(statementDate));
        }