コード例 #1
0
        public void GetId()
        {
            var cliente = app.Find(1);

            Assert.NotNull(cliente);
        }