Exemplo n.º 1
0
        public async Task <ActionResult> Get()
        {
            await _service.AddAllEntitiesAsync();

            return(Ok());
        }