netcore-blueprint 0.0.65 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,7 @@ namespace __MODULE__Module.API
|
|
|
12
12
|
public class __MODULE__Module : IModule
|
|
13
13
|
{
|
|
14
14
|
public string Name => "__MODULE__";
|
|
15
|
+
public bool RequiresDatabase => true;
|
|
15
16
|
public void Register(IServiceCollection services, IConfiguration config)
|
|
16
17
|
{
|
|
17
18
|
__MODULE__CoreDependencyInjection.AddModule(services);
|