コード例 #1
0
 public AliceResponseBase <TUserState, TSessionState> ToAuthorizationResponse()
 {
     Response            = null;
     StartAccountLinking = new AliceEmpty();
     return(this);
 }
コード例 #2
0
 public AliceResponse ToAuthorizationResponse()
 {
     Response            = null;
     StartAccountLinking = new AliceEmpty();
     return(this);
 }