Esempio n. 1
0
 public IHttpActionResult GetByPoblation(string Poblation)
 {
     return(Ok(_service.GetByPoblation(Poblation)));
 }