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