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

26 lines
728 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 = "YoyakuNyukinResponse", WrapperNamespace = "http://rem.kessai.info/Kessai/", IsWrapped = true)]
public class YoyakuNyukinResponse
{
[MessageBodyMember(Namespace = "http://rem.kessai.info/Kessai/", Order = 0)]
public OutParamNyukin YoyakuNyukinResult;
public YoyakuNyukinResponse()
{
}
public YoyakuNyukinResponse(OutParamNyukin YoyakuNyukinResult)
{
this.YoyakuNyukinResult = YoyakuNyukinResult;
}
}