Example #1
0
        public void CrearLibro()
        {
            ProductServices serv = new ProductServices();
            bool            result;

            result = serv.AgregarLibro("pepe", "sarasa", "hehe");

            Assert.IsTrue(result, "No se creo");
        }