hair cut command
This commit is contained in:
parent
b0f81edeac
commit
22701c784e
18 changed files with 2135 additions and 123 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System.Collections.Generic;
|
||||
using Yavsc.Models.Haircut;
|
||||
using Yavsc.Models.Workflow;
|
||||
|
||||
|
|
@ -6,7 +5,7 @@ namespace Yavsc.ViewModels.Haircut
|
|||
{
|
||||
public class HairCutView
|
||||
{
|
||||
public List<PerformerProfile> HairBrushers { get; set; }
|
||||
public PerformerProfile HairBrusher { get; set; }
|
||||
|
||||
public HairPrestation Topic { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue