clean a bit more
This commit is contained in:
@@ -7,6 +7,7 @@ using Managing.Application.Abstractions;
|
||||
using Managing.Application.Abstractions.Repositories;
|
||||
using Managing.Application.Abstractions.Services;
|
||||
using Managing.Application.Accounts;
|
||||
using Managing.Application.Agents;
|
||||
using Managing.Application.Backtests;
|
||||
using Managing.Application.ManageBot;
|
||||
using Managing.Application.ManageBot.Commands;
|
||||
@@ -168,6 +169,7 @@ public static class ApiBootstrap
|
||||
services.AddScoped<IMoneyManagementService, MoneyManagementService>();
|
||||
services.AddScoped<IAccountService, AccountService>();
|
||||
services.AddScoped<IStatisticService, StatisticService>();
|
||||
services.AddScoped<IAgentService, AgentService>();
|
||||
services.AddScoped<ISettingsService, SettingsService>();
|
||||
services.AddScoped<IUserService, UserService>();
|
||||
services.AddScoped<IGeneticService, GeneticService>();
|
||||
|
||||
Reference in New Issue
Block a user