using System; using System.Collections.Generic; using System.Data; using System.Web; using System.Web.Mvc; namespace DSWebMobile.Controllers { public class UserController : Controller { // // GET: /User/ public ActionResult Index() { return View(); } } }