Пример #1
0
 //GET api/Events/GetEventsByAge
 public IHttpActionResult GetEventsByAge(string age)
 {
     return(Ok(_eventRepo.GetEventsByAge(age)));
 }