namespace Webzine.WebApplication.Areas.Administration.ViewModels.Commentaire; public class CommentaireDeleteViewModel { public int IdCommentaire { get; set; } public string? Auteur { get; set; } public string? Contenu { get; set; } public DateTime DateCreation { get; set; } public string? TitreLibelle { get; set; } }