Exemplo n.º 1
0
 public async Task <IActionResult> GetSeriesScheduleByEvent(long eventID)
 {
     return(Json(await seriesRepository.GetSeriesScheduleByEventAsync(eventID)));
 }