brusher profile & commands
This commit is contained in:
parent
1e6c1d15db
commit
bdec090ce9
25 changed files with 3114 additions and 38 deletions
|
|
@ -1,9 +1,16 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public enum HairLength : int
|
||||
{
|
||||
Short = 1,
|
||||
[Display(Name="Mi-longs")]
|
||||
HalfLong,
|
||||
|
||||
[Display(Name="Courts")]
|
||||
Short = 1,
|
||||
|
||||
[Display(Name="Longs")]
|
||||
Long
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue