using Yavsc.Models.Haircut; using Yavsc.Models.Workflow; namespace Yavsc.ViewModels.Haircut { public class HairCutView { public PerformerProfile HairBrusher { get; set; } public HairPrestation Topic { get; set; } } }