Пример #1
0
 public async Task <Tags> GetByIdTag(int id)
 {
     return(await _tagsRepository.GetByIdTag(id));
 }