Exemple #1
0
 public User GetAllUsersGroup(Group @group)
 {
     return(_participantService.GetAllUsersGroup(group));
 }