コード例 #1
0
        public void TestUnicardStub()
        {
            var target = new UnicardStub();
            var result = target.ObtenerPrepagoData(11693100);

            Assert.IsTrue(result != null);
        }
コード例 #2
0
 public CertificadoQueryHandler()
 {
     this.canalDb           = new CanalesDbContext();
     this.atencionClienteDb = new AtencionClienteDbContext();
     this.iffService        = new InformacionFinanciera();
     this.unicardService    = new UnicardStub();
     this.pdfService        = new ConvertidorPdfService();
 }