Example #1
0
        public async Task <IActionResult> Get()
        {
            await _service.GetAndPopulate();

            return(Ok(new { message = "All good", status = 1 }));
        }