using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace CD67.ModeleMVC.MVC.Controllers { public class PrintTestController : Controller { // GET: PrintTest public ActionResult Index() { return View(); } } }