* Added recalculation
This commit is contained in:
@@ -69,6 +69,7 @@ builder.Services.AddScoped<ITokenService, TokenService>();
|
||||
builder.Services.AddScoped<IAuthService, AuthService>();
|
||||
builder.Services.AddScoped<IRecipeService, RecipeService>();
|
||||
builder.Services.AddScoped<IRecipeManagementService, RecipeManagementService>();
|
||||
builder.Services.AddScoped<IRecipeCalorieRecalculationService, RecipeCalorieRecalculationService>();
|
||||
builder.Services.AddScoped<IRecipeExcelService, RecipeExcelService>();
|
||||
builder.Services.AddScoped<IDietTrackingService, DietTrackingService>();
|
||||
builder.Services.AddScoped<IIngredientCatalogService, IngredientCatalogService>();
|
||||
|
||||
Reference in New Issue
Block a user