colors (ctor)
This commit is contained in:
parent
8e658d2bb4
commit
fab5854f8b
31 changed files with 16278 additions and 10579 deletions
9
Yavsc/Models/Haircut/HairLength.cs
Normal file
9
Yavsc/Models/Haircut/HairLength.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public enum HairLength : int
|
||||
{
|
||||
Short = 1,
|
||||
HalfLong,
|
||||
Long
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue