refactoring
This commit is contained in:
parent
3043646ee8
commit
1e6c1d15db
57 changed files with 3368 additions and 248 deletions
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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue