摘要: using System.Data.Entity.Infrastructure; using System.Threading.Tasks; /// /// EF扩展 /// public static class EFExtensions { /// /// 更新实体根据字段 /// //... 阅读全文
posted @ 2017-09-14 12:51 _York 阅读(529) 评论(0) 推荐(0) 编辑
摘要: public static class ModelStateExtensions { /// /// 获取model验证错误信息 /// /// /// public static string ExpendErrors(this System.Web.Mvc.Controller c... 阅读全文
posted @ 2017-09-14 11:42 _York 阅读(576) 评论(0) 推荐(0) 编辑