Ejemplo n.º 1
0
        public ActionResult Statistic()
        {
            int count = booksService.Count();

            return(Ok(new { count }));
        }