Beispiel #1
0
 public IActionResult CreateServicePackage(string org, string app, bool startAppFlag)
 {
     _compilation.CreateServicePackage(org, app, startAppFlag);
     return(RedirectToAction("Index", new { org, app }));
 }
 public IActionResult CreateServicePackage(string org, string service)
 {
     _compilation.CreateServicePackage(org, service);
     return(RedirectToAction("Index", new { org, service }));
 }