public List <PayMoneyListEntity> GetAllSalesInvoice() { IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL(); var Invoicelist = pandsSoldDAl.GetAllSalesInvoice(); return(Invoicelist); }
public List <PayMoneyListEntity> GetPayMoneyList() { IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL(); return(pandsSoldDAl.GetAllSalesInvoice()); }