Exemplo n.º 1
0
        public ActionResult Index()
        {
            var model = db.getAll();

            return(View(model));
        }
Exemplo n.º 2
0
        //Get
        public IEnumerable <Bar> Get()
        {
            var model = db.getAll();

            return(model);
        }