Beispiel #1
0
 public AppointmentDetails() //Constructor
 {
   CustomerHairLength = new HairLenght(); //Initialize enum HairLenght
 }
Beispiel #2
0
 public void AddHairLenght(HairLenght lenght)
 {
     HairLenght = lenght;
 }