예제 #1
0
 private Task <bool> HaveValidImageId(string imageId, CancellationToken cancellationToken)
 {
     return(_imageProvider.DoesImageExist(imageId));
 }