コード例 #1
0
 public List <string> GetVehiclesInGarageByStatus(int m_VehiclesStatusToShow)
 {
     return(m_Garage.GetVehiclesInGarageByStatus(m_VehiclesStatusToShow));
 }