Beispiel #1
0
 public UserWithBike(Bajka type)
 {
     Type = type;
 }
Beispiel #2
0
 public UserWithBike()
 {
     Type = Bajka.black;
 }