refactoring
This commit is contained in:
parent
797e4d381a
commit
8b5e50626e
40 changed files with 161 additions and 103 deletions
12
Yavsc/Models/HairCut/HairLength.cs
Normal file
12
Yavsc/Models/HairCut/HairLength.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public enum HairLength : int
|
||||
{
|
||||
HalfLong=0,
|
||||
Short=1,
|
||||
|
||||
Long=2
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue