Ejemplo n.º 1
0
 // GET: /Settings/
 public ViewResult Index()
 {
     return(View(settingRepository.AllIncluding(setting => setting.Theme)));
 }