Beispiel #1
0
 public bool Add(List <StarShip> ts)
 {
     return(StarShipHolder.Add(ts));
 }
Beispiel #2
0
 public bool Add(StarShip t)
 {
     return(StarShipHolder.Add(t));
 }