コード例 #1
0
ファイル: UserService.cs プロジェクト: sorrymeika/PhotoPrint
 public static bool IsLogin()
 {
     return(SessionUtil.Exist("USERINFO"));
 }