Пример #1
0
        public int TestCounter()
        {
            var testSvc = new TestService();
            var model = testSvc.ClickCounter();

            return model.ClickCount;
        }