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