예제 #1
0
        public async Task <ActionResult> Edit(int id)
        {
            var model = await _postBll.GetByIdAsync(id);

            return(View("EditMyPost", model));
        }