Пример #1
0
 public async Task <ActorResponse> GetById(int id)
 {
     return(await _actorsRepository.GetById(id));
 }