Ajout de HelloFresh
This commit is contained in:
15
Models/HelloFresh/HistoriqueRecette.cs
Normal file
15
Models/HelloFresh/HistoriqueRecette.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace administration.Models.HelloFresh;
|
||||
|
||||
public partial class HistoriqueRecette
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string RecetteId { get; set; } = ""; // <-- string pour matcher Recette.Id
|
||||
|
||||
public int UserId { get; set; }
|
||||
|
||||
public DateOnly DateHistorique { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user