Example #1
0
 /// <summary>
 /// Выбор мероприятия
 /// </summary>
 /// <returns></returns>
 public IActionResult SetLmsEventId(int lmsEventTypeId)
 {
     ViewBag.LmsEvents = _selectListRepository.GetSelectListLmsEvents(lmsEventTypeId, 0);
     return(View());
 }