Example #1
0
 public async Task <ActionResult <CloudFile> > UpdateCloudFile(CloudFile file)
 {
     return(await _cloudFiles.UpdateFile(file));
 }