Ejemplo n.º 1
0
        public CustomersStatementEntity GetPrintUnpaidSalesInvoice(int supplierID, string statementDate)
        {
            ICustomersUnpaidInvoicesDAL sDAL = new CustomersUnPaidInvoicesDAL();

            return(sDAL.GetPrintUnpaidSalesInvoice(supplierID, statementDate));
        }
Ejemplo n.º 2
0
        public List <CustomersUnpaidInvoicesEntity> GetCustomersList(string statementDate)
        {
            ICustomersUnpaidInvoicesDAL sDAL = new CustomersUnPaidInvoicesDAL();

            return(sDAL.GetCustomersList(statementDate));
        }