Esempio n. 1
0
 public async Task <bool> AddEventParticipant(Guid eventId, Guid[] users)
 {
     return(await _repository.AddEventParticipant(eventId, users));
 }