コード例 #1
0
        public AddfourTypeVehicleImagesResponse addfourTypeVehicleImages(VehicleImage vehicleImage, string token)
        {
            AddfourTypeVehicleImagesResponse response = null;

            try
            {
                response = agreementService.addfourTypeVehicleImages(vehicleImage, token);
            }
            catch (Exception ex)
            {
                throw ex;
            }

            return(response);
        }