Example #1
0
        public override void Init()
        {
            this.repository = AllorsConfiguration.CreateRepository("NpgsqlLongId");
            this.repository.Init();

            this.population2 = AllorsConfiguration.CreateRepository("NpgsqlLongId2");
            this.population2.Init();
        }
Example #2
0
        public override void Init()
        {
            this.repository = AllorsConfiguration.CreateRepository("MySqlClientIntegerId");
            this.repository.Init();

            this.population2 = AllorsConfiguration.CreateRepository("MySqlClientIntegerId2");
            this.population2.Init();
        }