//
// Copyright (c) PlaceholderCompany. All rights reserved.
//
namespace Webzine.WebApplication.Areas.Administration.ViewModels.Style
{
///
/// ViewModel pour la création d'un style en administration.
///
public class StyleCreateViewModel
{
///
/// Obtient ou définit le libellé du style.
///
public string Libelle { get; set; }
}
}