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