Exemplo n.º 1
0
 public IHttpActionResult GetById(int id)
 {
     return(Ok(_localService.GetById(id)));
 }