コード例 #1
0
 public VehicleController(VehicleModel model, VehicleView view)
 {
     this.model = model;
     this.view  = view;
 }