Example #1
0
        public void GetRptProductoMasVendido()
        {
            var reponse = _service.GetRptProductoMasVendido();

            Assert.IsNotNull(reponse);
        }