Example #1
0
        public async Task <ActionResult <IEnumerable <Tra_Spending> > > GetTraSpend()
        {
            SpendModel spend = new SpendModel(this._context);

            return(await spend.GetSpendAsync());
        }