Exemple #1
0
 public IList <Test> GetTests()
 {
     return(_testsRepo.GetTests());
 }
        public ActionResult Index()
        {
            var tests = _rep.GetTests();

            return(View(tests));
        }