摘要: 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 少年倾城 阅读(167) 评论(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 少年倾城 阅读(206) 评论(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 少年倾城 阅读(103) 评论(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 少年倾城 阅读(117) 评论(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 少年倾城 阅读(89) 评论(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 少年倾城 阅读(102) 评论(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 少年倾城 阅读(132) 评论(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 少年倾城 阅读(84) 评论(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 少年倾城 阅读(115) 评论(0) 推荐(0) 编辑
摘要: View层 Add.cshtml @{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>Add</title> <script src= 阅读全文
posted @ 2018-11-22 18:41 少年倾城 阅读(575) 评论(0) 推荐(0) 编辑