예제 #1
0
        public async Task <IActionResult> GetAll()
        {
            var fundings = await _fundingService.GetFundings();

            return(new ObjectResult(fundings));
        }