コード例 #1
0
 // GET: /Contents/
 public ViewResult Index()
 {
     return(View(contentRepository.AllIncluding(content => content.Category)));
 }