摘要:
A semi-hybrid framework that allows you to create mobile apps using Objective-C and XML/CSS 阅读全文
摘要:
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... 阅读全文