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