摘要: 一,控制器CheckIndexAreaRegistration.cspublic class CheckIndexAreaRegistration : AreaRegistration { public override string AreaName { ... 阅读全文
posted @ 2015-06-30 22:33 逊老头 阅读(287) 评论(0) 推荐(0)
摘要: 一,Model public class Course { public int Id { get; set; } public string Name { get; set; } } public c... 阅读全文
posted @ 2015-06-30 22:24 逊老头 阅读(501) 评论(0) 推荐(0)