Exemplo n.º 1
0
 public async Task <bool> IsThereAnyWebsiteAsync() =>
 await _repository.AnyAsync(_ => _.Id > 0);