Exemplo n.º 1
0
 public async Task <bool> ExistsAsync(Guid id, Guid organisationId)
 {
     return(await _repository.ExistsAsync(id, organisationId));
 }