예제 #1
0
        public ActionResult <int> GetSquaresCount()
        {
            var count = pointService.GetSquaresCount();

            return(count);
        }