Exemple #1
0
 /// <summary>
 /// Invokes the operation under test.
 /// </summary>
 /// <returns>
 /// The result of the operation.
 /// </returns>
 private Task <string> Act()
 {
     return(ZipUploadService.ProcessFile(_requestArgument));
 }