improve installationmanager
This commit is contained in:
7
Oqtane.Server/Infrastructure/IInstallationManager.cs
Normal file
7
Oqtane.Server/Infrastructure/IInstallationManager.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages(string Folders);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user