摘要: A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS 阅读全文
posted @ 2014-01-28 11:13 zyip 阅读(117) 评论(0) 推荐(0) 编辑
摘要: static public bool SaveOrUpdate(T entity) where T: class { bool result = false; using (wechatEntities context = new wechatEntities()) { Type t = entity.GetType(); PropertyInfo[] properts = t.GetProperties(); Pro... 阅读全文
posted @ 2014-01-28 09:43 zyip 阅读(302) 评论(0) 推荐(0) 编辑