Esempio n. 1
0
 public async Task <int> GetSpeakerCountByEventId(int eventId)
 {
     return(await _speakerRepository.GetSpeakerCountByEventId(eventId));
 }