Merge pull request #459 from chlupac/IServerStartup

IServerStartup implementation
This commit is contained in:
Shaun Walker
2020-05-11 12:56:22 -04:00
committed by GitHub
7 changed files with 91 additions and 9 deletions

View File

@ -9,7 +9,7 @@ using Oqtane.UI;
namespace Oqtane.Modules
{
public class ModuleBase : ComponentBase, IModuleControl
public abstract class ModuleBase : ComponentBase, IModuleControl
{
private Logger _logger;