コード例 #1
0
 public BaseController(IT_CategoryService cateService)
 {
     ViewData["Categories"] = cateService.LoadEntities(c => true).ToList();
 }