J1: Admin/Style #47 #60 #28 #61:

- Création StyleViewModel
- Création StylesController
- Création de index.cshtml et delete.cshtml
This commit is contained in:
b.nodon
2026-03-06 11:02:54 +01:00
parent 39ed42405b
commit a29007265b
6 changed files with 230 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ namespace Webzine.WebApplication.Areas.Administration.Controllers
};
// Initialisation du ViewModel
var viewModel = new CommentaireViewModel
var viewModel = new StyleViewModel
{
Commentaires = listeCommentaires
};