Exemplo n.º 1
0
        public IActionResult Get(int id)
        {
            var service = _repo.ServiceById(id);

            return(Ok(service));
        }