7 lines
106 B
C#
7 lines
106 B
C#
|
9 years ago
|
namespace Yavsc.Models.Haircut
|
||
|
9 years ago
|
{
|
||
|
|
public enum HairDressings {
|
||
|
|
Brushing,
|
||
|
|
Folding
|
||
|
|
}
|
||
|
|
}
|