Exemplo n.º 1
0
 public AntragEmpfangenRequest(UrlaubsantragService.Contract.Urlaubsantrag antrag, string correlationId)
 {
     this.antrag        = antrag;
     this.correlationId = correlationId;
 }
Exemplo n.º 2
0
 public StartUrlaubsantragRequest(UrlaubsantragService.Contract.Urlaubsantrag antrag)
 {
     this.antrag = antrag;
 }
Exemplo n.º 3
0
 public AntragEmpfangenRequest(string correlationid, UrlaubsantragService.Contract.Urlaubsantrag antrag)
 {
     this.correlationid = correlationid;
     this.antrag        = antrag;
 }
Exemplo n.º 4
0
 public GetAntwortResponse(UrlaubsantragService.Contract.Urlaubsantrag antrag)
 {
     this.antrag = antrag;
 }