예제 #1
0
        public IActionResult All()
        {
            var sessions = _sessionService.All();

            return(Ok(sessions));
        }