Beispiel #1
0
 public List <Unit> GetAll()
 {
     return(Depot.GetAll());
 }
Beispiel #2
0
 public List <Building> GetAll()
 {
     return(Depot.GetAll());
 }