|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
{
|
|
|
|
|
public int Id { get; set; }
|
|
|
|
|
public string Content { get; set; }
|
|
|
|
|
public string Charac { get; set; }
|
|
|
|
|
public string ImgPath { get; set; }
|
|
|
|
|
public string TitleSrc { get; set; }
|
|
|
|
|
public DateTime DateSrc { get; set; }
|
|
|
|
|
public int Like { get; set; }
|
|
|
|
|
public int Likes { get; set; }
|
|
|
|
|
public string Langue { get; set; }
|
|
|
|
|
public string UserProposition { get; set; }
|
|
|
|
|
public bool IsValide { get; set; }
|
|
|
|
|
public string? Reason { get; set; }
|
|
|
|
|
public int IdCaracter { get; set; }
|
|
|
|
|
public int IdSource { get; set; }
|
|
|
|
|
public int IdUserVerif { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|