Exemplo n.º 1
0
        public async Task <IActionResult> Count()
        {
            int count = await _Repository.GetCount();

            return(Ok(new { count = count }));
        }