Beispiel #1
0
        public void TestObterTodos()
        {
            MarcaController marcaCtl = new MarcaController();

            Assert.AreNotEqual(null, marcaCtl.Obter());
        }