コード例 #1
0
 public SetAll(SetAllRequestType body, DsspResponsePort <DefaultReplaceResponseType> responsePort)
     : base(body, responsePort)
 {
 }
コード例 #2
0
 public SetAllElements(SetAllRequestType body, DsspResponsePort <DefaultUpdateResponseType> responsePort) : base(body, responsePort)
 {
 }
コード例 #3
0
 public SetAll(SetAllRequestType body)
     : base(body)
 {
 }
コード例 #4
0
 public SetAllElements(SetAllRequestType body) : base(body)
 {
 }