- Création StyleViewModel - Création StylesController - Création de index.cshtml et delete.cshtml
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style
|
||||
{
|
||||
public class StyleDeleteViewModel
|
||||
{
|
||||
public int IdStyle { get; set; }
|
||||
|
||||
public string Libelle { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user