Пример #1
0
 private static async Task GetEventById(string eventId)
 {
     await _userApiService.GetEventAttendeeCountsById(eventId);
 }