Пример #1
0
 public async Task <Trail> GetTrailByIdAsync(string id)
 {
     return(await _repository.GetTrailByIdAsync(id));
 }