Пример #1
0
        public void TestObtenerSecuencia()
        {
            var target = new AtencionClienteDbContext();
            var result = target.ObtenerNumeroCertificado();

            Assert.IsTrue(result > 0);
        }
Пример #2
0
 public CertificadoQueryHandler()
 {
     this.canalDb           = new CanalesDbContext();
     this.atencionClienteDb = new AtencionClienteDbContext();
     this.iffService        = new InformacionFinanciera();
     this.unicardService    = new UnicardStub();
     this.pdfService        = new ConvertidorPdfService();
 }