make it cross platform
This commit is contained in:
parent
f6819f2c5b
commit
3c63e80e90
1 changed files with 4 additions and 8 deletions
|
|
@ -1,16 +1,12 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
|
||||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public enum HairLength : int
|
||||
{
|
||||
[Display(Name="Mi-longs")]
|
||||
HalfLong,
|
||||
HalfLong=0,
|
||||
Short=1,
|
||||
|
||||
[Display(Name="Courts")]
|
||||
Short = 1,
|
||||
|
||||
[Display(Name="Longs")]
|
||||
Long
|
||||
Long=2
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue