Exemplo n.º 1
0
 public IEnumerable <Run> GetEventRuns(int id)
 {
     return(_runRepo.GetEventRuns(id));
 }
Exemplo n.º 2
0
 public IActionResult GetEventRuns(int id)
 {
     return(new JsonResult(_runRepo.GetEventRuns(id)));
 }