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