Метод | Описание | |
---|---|---|
GetParticipants ( int eventId ) : System.Web.Mvc.PartialViewResult | ||
ParticipantController ( IEventRepository eventRepository, IAccountRepository accountrepository ) : System |
Метод | Описание | |
---|---|---|
Create ( |
||
Delete ( |
||
GetUsers ( string email ) : System.Web.Mvc.JsonResult |
public GetParticipants ( int eventId ) : System.Web.Mvc.PartialViewResult | ||
eventId | int | |
Результат | System.Web.Mvc.PartialViewResult |
public ParticipantController ( IEventRepository eventRepository, IAccountRepository accountrepository ) : System | ||
eventRepository | IEventRepository | |
accountrepository | IAccountRepository | |
Результат | System |