refactoring
This commit is contained in:
13
Yavsc/ViewModels/Haircut/HairCutView.cs
Normal file
13
Yavsc/ViewModels/Haircut/HairCutView.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using Yavsc.Models.Haircut;
|
||||
using Yavsc.Models.Workflow;
|
||||
|
||||
namespace Yavsc.ViewModels.Haircut
|
||||
{
|
||||
public class HairCutView
|
||||
{
|
||||
public List<PerformerProfile> HairBrushers { get; set; }
|
||||
|
||||
public HairPrestation Topic { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user