예제 #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()));
        }