コード例 #1
0
 protected AppUser LoadUserWithSessionId(string sessionId)
 {
     return(_baseUserWorkOfUnit.LoadUserWithSessionId(sessionId));
 }