Пример #1
0
 public Task <bool> ExistsCategoryAsync(Guid id)
 {
     return(_repository
            .ExistsCategoryAsync(id));
 }