Server naming fixes and cleanup
Server is now completely cleaned up and without warnings
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
namespace Oqtane.Infrastructure
|
||||
namespace Oqtane.Infrastructure.Interfaces
|
||||
{
|
||||
public interface IInstallationManager
|
||||
{
|
||||
void InstallPackages(string Folders, bool Restart);
|
||||
void InstallPackages(string folders, bool restart);
|
||||
void UpgradeFramework();
|
||||
void RestartApplication();
|
||||
}
|
||||
|
Reference in New Issue
Block a user