Example #1
0
 public IEnumerable <Feature> GetAllFeatures()
 {
     return(_repository.GetAll());
 }
Example #2
0
 // GET: Admin/Features
 public ActionResult Index()
 {
     return(View(_repo.GetAll()));
 }