예제 #1
0
 public async Task <Schedule> GetNext(int id)
 {
     return(await scheduleLogic.FindNextByMovie(id));
 }