Exemplo n.º 1
0
 public async Task <FileContentResult> GetIntroductoryVideos(string videoName)
 {
     return(await BlobStorageService.GetVideo(videoName, "video"));
 }