Skip to content

Commit

Permalink
Add server type registration
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-b committed Mar 12, 2024
1 parent ea1be8a commit 093ff22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static IServiceCollection AddMaintenanceLogDataServices(this IServiceColl
services.AddScoped<IAssetService, AssetService>();
services.AddScoped<ITaskTypeService, TaskTypeService>();
services.AddScoped<ITaskDefinitionService, TaskDefinitionService>();
services.AddScoped<ITaskInstanceService, TaskInstanceService>();

return services;
}
Expand Down

0 comments on commit 093ff22

Please sign in to comment.