Пример #1
0
 public void AssignUserToEvent(int eventId, int userId)
 {
     _eventContext.AssignUserToEvent(eventId, userId);
 }