Exemplo n.º 1
0
 public async Task BuyVideoAccess(string videoId, CancellationToken cancellationToken)
 {
     var userObjectId = this.CurrentUserProvider.GetObjectId();
     await VideoService.BuyVideoAccessAsync(azureAdB2CObjectId : userObjectId, videoId : videoId, cancellationToken : cancellationToken);
 }