Example #1
0
    public CustomersStatementEntity GetAllUnPaidInvoice(int supplierID, string statementDate)
    {
        ICustomersUnPaidInvoicesBL sDAL = new CustomersUnPaidInvoicesBL();

        return(sDAL.GetAllUnPaidInvoice(supplierID, statementDate));
    }