コード例 #1
0
        public void TestGetFactions()
        {
            var repo     = new SqlRepository();
            var factions = repo.GetFactions(0, 100);

            Assert.IsTrue(factions.Length > 0);
        }