Пример #1
0
 public void CreateGroupStage(DateTime startDate)
 {
     Current.IsRegistrationOpen = false;
     _groupsService.CreateStage(Current, startDate);
 }