Beispiel #1
0
 public MySQLUserAccountData(string connectionString, string realm)
     : base(connectionString, realm)
 {
     m_DatabaseHandler = new MySQLGenericTableHandler <UserAccountData>(connectionString, realm, "UserAccount");
 }
Beispiel #2
0
        //protected override Assembly Assembly
        //{
        //    // WARNING! Moving migrations to this assembly!!!
        //    get { return GetType().Assembly; }
        //}

        public MySQLGridUserData(string connectionString, string realm)
            : base(connectionString, realm)
        {
            m_DatabaseHandler = new MySQLGenericTableHandler <GridUserData>(connectionString, realm, "GridUserStore");
        }