public SuppliersStatementEntity GetAllUnPaidInvoice(int supplierID, string statementDate) { ISuppliersUnpaidInvoicesDAL sDAL = new SuppliersUnPaidInvoicesDAL(); return(sDAL.GetAllUnPaidInvoice(supplierID, statementDate)); }
public List <SuppliersUnpaidInvoicesEntity> GetSuppliersList(string statementDate) { ISuppliersUnpaidInvoicesDAL sDAL = new SuppliersUnPaidInvoicesDAL(); return(sDAL.GetSuppliersList(statementDate)); }