Exemplo n.º 1
0
 public int UsingPlacesCount()
 {
     return(CarList.Count());
 }
Exemplo n.º 2
0
 public int GetFreePlacesCount()
 {
     return(Settings.totalSpace - CarList.Count());
 }