コード例 #1
0
 public RequestResult <bool> CarParkSetting(CarParkSettingModel model)
 {
     return(F(() => _carParkService.CarParkSetting(model)));
 }