Пример #1
0
 public void OnGet(int id)
 {
     ViewData["CourseId"] = id;
     CourseEpisodes       = _courseSerervice.GetListEpisode(id);
 }