Ejemplo n.º 1
0
        public ActionResult Edit(int id)
        {
            DataBaseControl a    = new DataBaseControl();
            var             face = a.GetFaceById(id);

            return(View(face));
        }