Ejemplo n.º 1
0
        public ActionResult Index()
        {
            var materials = _materialsService.Index();

            return(View(materials.ToList()));
        }