public void GetModel(VehicleBrand selectedBrand) { _form.Models = _modelRepo.GetAllInBrand(selectedBrand); }
public void GetModel(VehicleBrand brand) { _view.VehicleModels = _modelRepo.GetAllInBrand(brand); }