spt/SoM_PrnControl.YoyakuServiceReference/YoyakuSyunoQrResponse.cs
2025-09-19 18:34:20 +09:00

26 lines
738 B
C#

using System.CodeDom.Compiler;
using System.ComponentModel;
using System.Diagnostics;
using System.ServiceModel;
namespace SoM_PrnControl.YoyakuServiceReference;
[DebuggerStepThrough]
[GeneratedCode("System.ServiceModel", "4.0.0.0")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[MessageContract(WrapperName = "YoyakuSyunoQrResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
public class YoyakuSyunoQrResponse
{
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
public OutParamSyunoQr YoyakuSyunoQrResult;
public YoyakuSyunoQrResponse()
{
}
public YoyakuSyunoQrResponse(OutParamSyunoQr YoyakuSyunoQrResult)
{
this.YoyakuSyunoQrResult = YoyakuSyunoQrResult;
}
}