Exemple #1
0
 public VehicleTypeController(IVehicleTypeAppService vehicleTypeAppService)
 {
     _vehicleTypeAppService = vehicleTypeAppService;
 }