Ajout de HelloFresh
This commit is contained in:
11
Models/HelloFresh/Ingredient.cs
Normal file
11
Models/HelloFresh/Ingredient.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace administration.Models.HelloFresh;
|
||||
|
||||
public partial class Ingredient
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string NameOwnedIngredients { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user