Exemplo n.º 1
0
 public Guid StartUpload(Guid updateId, string fileName, string installPath)
 {
     return(UpdateService.CreateUpdateFile(updateId, fileName, installPath));
 }