26 lines
738 B
C#
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;
|
|
}
|
|
}
|