コード例 #1
0
        public int CountFunction()
        {
            var count = _service.IncreaseCount();

            return(count);
        }