public List <TransferMoneyListEntity> GetAllSalesInvoice() { ITransferMoneyListDAL pandsSoldDAl = new TransferMoneyListDAL(); var Invoicelist = pandsSoldDAl.GetAllSalesInvoice(); return(Invoicelist); }
public List <TransferMoneyListEntity> GetTransferMoneyList() { ITransferMoneyListDAL pandsSoldDAl = new TransferMoneyListDAL(); return(pandsSoldDAl.GetAllSalesInvoice()); }