easyeat/backend/API/Models/RecipeModels
2025-05-13 10:45:46 +02:00
..
Directions.cs Made Unit and Amount nullable and directions to a list 2025-04-30 13:05:51 +02:00
GenerateRecipeDTO.cs Added allergi as a option for dishes 2025-05-01 12:43:37 +02:00
GetAllRecipesDTO.cs made new getallrecipedto and return on getallrecipe 2025-05-09 10:22:02 +02:00
GetSingleRecipeDTO.cs When getting a single recipe the directions is in a string array 2025-05-13 10:45:46 +02:00
Ingredient.cs Made Unit and Amount nullable and directions to a list 2025-04-30 13:05:51 +02:00
IngredientDTO.cs Made Unit and Amount nullable and directions to a list 2025-04-30 13:05:51 +02:00
Recipe.cs Made Unit and Amount nullable and directions to a list 2025-04-30 13:05:51 +02:00
RecipeDTO.cs Changed directions in recipedto to a string array instead of an object array Only the dto was changed 2025-05-13 10:31:37 +02:00