Example #1
0
        public HttpResponseMessage GetCategProfsTot()
        {
            var resposta = GimnasRepository.GetAllCategProfTot();
            HttpResponseMessage response = Request.CreateResponse(HttpStatusCode.OK, resposta);

            return(response);
        }