示例#1
0
 public GetUserInfoResponseBody(Assignment2W2016.AuthenticationService.AlgonquinCollegeUser GetUserInfoResult)
 {
     this.GetUserInfoResult = GetUserInfoResult;
 }
示例#2
0
 public AuthenticateUserResponseBody(Assignment2W2016.AuthenticationService.AlgonquinCollegeUser AuthenticateUserResult)
 {
     this.AuthenticateUserResult = AuthenticateUserResult;
 }