oqtane.framework/Oqtane.Server/Infrastructure/IInstallationManager.cs

9 lines
174 B
C#

namespace Oqtane.Infrastructure
{
public interface IInstallationManager
{
void InstallPackages(string Folders);
void RestartApplication();
}
}