Exemplo n.º 1
0
        public List <PayMoneyListEntity> GetAllSalesInvoice()
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();
            var Invoicelist = pandsSoldDAl.GetAllSalesInvoice();

            return(Invoicelist);
        }
Exemplo n.º 2
0
        public List <PayMoneyListEntity> GetPayMoneyList()
        {
            IPayMoneyListDAL pandsSoldDAl = new PayMoneyListDAL();

            return(pandsSoldDAl.GetAllSalesInvoice());
        }