コード例 #1
0
ファイル: Extensions.cs プロジェクト: yanh19930226/yunExpress
 public static void RemoveLoginErrorCount(this IAuthenticationService workContext)
 {
     workContext.SetLoginErrorCount(0);
     WebTools.DelCookie(Cookies.LoginErrorCount);
 }