コード例 #1
0
        public void ArmoursSelect()
        {
            ArmourRepository repo = new ArmourRepository(new ArmourSQLContext());
            List <Armour>    c    = repo.GetAll();

            Assert.IsNotNull(c, "Armours weren't correctly retrieved");
        }