Exemplo n.º 1
0
 public GetRepresentitiveResponse(BookingWorkFlowService.UserServiceReference.User GetRepresentitiveResult)
 {
     this.GetRepresentitiveResult = GetRepresentitiveResult;
 }
Exemplo n.º 2
0
 public GetRepresentitiveRequest(BookingWorkFlowService.UserServiceReference.User user)
 {
     this.user = user;
 }