예제 #1
0
        public IHttpActionResult SignOut()
        {
            appService.SignOut(OwinContext);

            return(Ok());
        }