コード例 #1
0
        public ActionResult Delete(int id)
        {
            var articleAttachment = _articleAttachmentRepository.Get(id);

            return(CheckForNullAndExecute(articleAttachment, () => View(articleAttachment)));
        }