Пример #1
0
 public async Task <Event> GetEventByIdAsync(int id)
 {
     return(await _EventsRepository.GetEntityByIdAsync(id));
 }