예제 #1
0
 internal GetSessionResponseBase(GetSessionFullResponseBase fullResponse)
 {
     SessionId = fullResponse.SessionId;
     Username  = fullResponse.UserName;
 }
예제 #2
0
 private protected GetSessionResponseBase(GetSessionFullResponseBase fullResponse)
 {
     SessionId = fullResponse.SessionId;
     Username  = fullResponse.UserName;
 }