コード例 #1
0
        public ActionResult Index()
        {
            var articleAttachments = _articleAttachmentRepository.GetAll("Article");

            return(View(articleAttachments.ToList()));
        }