Exemplo n.º 1
0
 public List <Unit> GetAll()
 {
     return(Depot.GetAll());
 }
Exemplo n.º 2
0
 public List <Building> GetAll()
 {
     return(Depot.GetAll());
 }