Пример #1
0
 public Task <List <Tag> > AllAsync()
 {
     return(tagsRepository.AllAsync());
 }