Пример #1
0
        public FubuContinuation Logoff(LogoffRequestModel model)
        {
            _session.Clear();

            return FubuContinuation.RedirectTo(new HomeInputModel());
        }
Пример #2
0
        public FubuContinuation Logoff(LogoffRequestModel model)
        {
            _session.Clear();

            return(FubuContinuation.RedirectTo(new HomeInputModel()));
        }