コード例 #1
0
 public List <IVehicle> GetAll()
 {
     return(garage.ToList());
 }