摘要:
public AdminDbContext() : base("MemberDbContext") { //不使用代理创建导航属性,避免WCF序列化错误 Configuration.ProxyCr... 阅读全文
摘要:
public virtual void SignIn(s_User user, bool createPersistentCookie) { var now = DateTime.UtcNow.ToLocalTime(); /... 阅读全文