collection for integrations

This commit is contained in:
2020-12-16 13:22:18 +01:00
parent f099bbecaa
commit 4e2dbee4eb
11 changed files with 373 additions and 235 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ namespace zero.Web.Defaults
services.AddScoped<IZeroMediaHelper, ZeroMediaHelper>();
services.AddScoped<IIntegrationService, IntegrationService>();
services.AddScoped<IIntegrationTypeService, IntegrationTypeService>();
services.AddScoped<IIntegrationsCollection, IntegrationsCollection>();
}
}
}