コード例 #1
0
 public string Logout()
 {
     AuthUtil.InvalidateUser();
     return("Success");
 }