摘要: croller using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Http;using System.Web.Http; namespace LC.Web 阅读全文
posted @ 2018-12-19 20:23 少年倾城 阅读(169) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc; namespace LC.UI.Controllers{ using Entity; usin 阅读全文
posted @ 2018-12-19 20:22 少年倾城 阅读(207) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Index</title> <script src="~/Content/jque 阅读全文
posted @ 2018-12-19 20:22 少年倾城 阅读(104) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.DAL{ using Entity; public 阅读全文
posted @ 2018-12-19 20:21 少年倾城 阅读(119) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.BLL{ using Entity; using 阅读全文
posted @ 2018-12-19 20:07 少年倾城 阅读(90) 评论(0) 推荐(0) 编辑
摘要: BLL using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace LC.BLL{ using Entity; us 阅读全文
posted @ 2018-12-19 20:04 少年倾城 阅读(103) 评论(0) 推荐(0) 编辑
摘要: controller using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MODEL;using BLL; namespace YYS. 阅读全文
posted @ 2018-12-19 19:56 少年倾城 阅读(134) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using DAL;using MODEL; namespace BLL{ p 阅读全文
posted @ 2018-12-19 19:54 少年倾城 阅读(85) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using MODEL;using Dapper;using System.D 阅读全文
posted @ 2018-12-19 19:52 少年倾城 阅读(116) 评论(0) 推荐(0) 编辑