Пример #1
0
        public void OnGet(int?id)
        {
            _id = id;

            Post = _postsService.GetEditPost(id);
        }