Exemple #1
0
        public ActionResult LogOut()
        {
            var _singIn = new SignInService();

            _singIn.IdentitySignout();
            OcelotLog.AuditLogs($"{Constant.GetUserID()} at {DateTime.Now} signed out.", "AccountCOntroller", "Login");
            return(RedirectToAction("Index"));
        }