9 lines
174 B
C#
9 lines
174 B
C#
namespace Oqtane.Infrastructure
|
|
{
|
|
public interface IInstallationManager
|
|
{
|
|
void InstallPackages(string Folders);
|
|
void RestartApplication();
|
|
}
|
|
}
|