Example #1
0
 public GetRepresentitiveResponse(BookingWorkFlowService.UserServiceReference.User GetRepresentitiveResult)
 {
     this.GetRepresentitiveResult = GetRepresentitiveResult;
 }
Example #2
0
 public GetRepresentitiveRequest(BookingWorkFlowService.UserServiceReference.User user)
 {
     this.user = user;
 }