public InstallController(IBackOfficeRequestContext requestContext) { _requestContext = requestContext; //set the custom installer action invoker ActionInvoker = new RebelInstallActionInvoker(requestContext); _packageInstallUtility = new PackageInstallUtility(requestContext); }
public PackagingEditorController(IBackOfficeRequestContext requestContext) : base(requestContext) { _hive = BackOfficeRequestContext.Application.Hive.GetWriter<IFileStore>(new Uri("storage://created-packages")); _packageInstallUtility = new PackageInstallUtility(requestContext); }