Пример #1
0
 public Task <bool> IsGroupIdValidAsync(Guid groupId)
 {
     return(_itemGroupRepository.ExistsAsync(groupId));
 }