refactor(learning): split learning capability services
This commit is contained in:
@@ -25,6 +25,7 @@ internal static class ApiPresentationExtensions
|
||||
services.AddScoped<TenantAdminActorResolver>();
|
||||
services.AddScoped<DirectContentActorResolver>();
|
||||
services.AddScoped<CommerceAdminActorResolver>();
|
||||
services.AddScoped<LearningActorResolver>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user