Ejemplo n.º 1
0
		public ActionResult Item(int id)
		{
			var el = Paint.GellPaintByID(id);

			return View(el);
		}