示例#1
0
 public int ZipRemoteFiles(int packageId, string rootFolder, string[] files, string archivePath)
 {
     return(FilesController.ZipRemoteFiles(packageId, rootFolder, files, archivePath));
 }