* Extended functionalities
* Added different UIs
This commit is contained in:
10
MealPlan.Api/DTOs/Recipe/RecipeMacroRecalcResultDto.cs
Normal file
10
MealPlan.Api/DTOs/Recipe/RecipeMacroRecalcResultDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MealPlan.Api.DTOs.Recipe;
|
||||
|
||||
public class RecipeMacroRecalcResultDto
|
||||
{
|
||||
public int RecipesProcessed { get; init; }
|
||||
|
||||
public int RecipesUpdated { get; init; }
|
||||
|
||||
public int UnlinkedIngredientRows { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user