V13-FE-011: finalize search list layout slice
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace Kbx.Shared.Runtime;
|
||||
|
||||
public static class KbxRuntimeRegistration
|
||||
{
|
||||
public static IServiceCollection AddKbxRuntime(this IServiceCollection services)
|
||||
{
|
||||
services.AddScoped<KbxOperationRunRepository>();
|
||||
services.AddScoped<KbxNotificationRepository>();
|
||||
services.AddScoped<KbxRuntimeNoticeRepository>();
|
||||
return services;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user