Exemplo n.º 1
0
 public GetUserInfoResponseBody(Assignment_2.ACLogin.AlgonquinCollegeUser GetUserInfoResult)
 {
     this.GetUserInfoResult = GetUserInfoResult;
 }
Exemplo n.º 2
0
 public AuthenticateUserResponseBody(Assignment_2.ACLogin.AlgonquinCollegeUser AuthenticateUserResult)
 {
     this.AuthenticateUserResult = AuthenticateUserResult;
 }