* Extended functionalities
* Added different UIs
This commit is contained in:
@@ -23,6 +23,7 @@ public class IngredientDto
|
||||
public decimal? AmountGrams { get; set; }
|
||||
public string? Unit { get; set; }
|
||||
public int SortOrder { get; set; }
|
||||
public int? CatalogItemId { get; set; }
|
||||
}
|
||||
|
||||
public class RecipeStepDto
|
||||
|
||||
Reference in New Issue
Block a user