예제 #1
0
        // GET: Thefrontdesk
        /// <summary>
        /// 登录
        /// </summary>
        /// <returns></returns>
        public ActionResult T_Login()
        {
            List <Model.Type> lt = ts.select();

            ViewBag.Lx = lt;
            return(View());
        }
예제 #2
0
 /// <summary>
 /// 商品类型查询
 /// </summary>
 /// <returns></returns>
 public ActionResult ProductManager()
 {
     ViewData.Model = ts.select();
     return(View());
 }