예제 #1
0
        public void Push()
        {
            var value = GetValue();

            _repository.Push(_path, value);
        }