예제 #1
0
 public string GetBikeName()
 {
     return(bike.Name());
 }
예제 #2
0
 public string GetScooter()
 {
     return(_bike.Name());
 }