Example #1
0
 private async Task <bool> MeasureExists(Guid id)
 {
     return(await _repository.ContainsAsync(id));
 }