Exemplo n.º 1
0
 public AliceResponseBase <TUserState, TSessionState> ToAuthorizationResponse()
 {
     Response            = null;
     StartAccountLinking = new AliceEmpty();
     return(this);
 }
Exemplo n.º 2
0
 public AliceResponse ToAuthorizationResponse()
 {
     Response            = null;
     StartAccountLinking = new AliceEmpty();
     return(this);
 }