using System.ComponentModel.DataAnnotations; namespace Yavsc.Models.Haircut { public enum HairTechnos { Color, [Display(Name="Permantante")] Permanent, [Display(Name="DĂ©frisage")] Defris, [Display(Name="MĂȘches")] Mech, Balayage } }