Exemplo n.º 1
0
 public bool Add(List <Building> ts)
 {
     return(BuildingHolder.Add(ts));
 }
Exemplo n.º 2
0
 public bool Add(Building t)
 {
     return(BuildingHolder.Add(t));
 }