Exemple #1
0
 public PagoService(PagoContext context)
 {
     this.context = context;
 }
Exemple #2
0
 public TerceroController(PagoContext context)
 {
     this.terceroService = new TerceroService(context);
 }
Exemple #3
0
 public PagoController(PagoContext context)
 {
     personaService = new PagoService(context);
 }
Exemple #4
0
 public PagoController(PagoContext context)
 {
     this.pagoService = new PagoService(context);
 }
Exemple #5
0
 public PagoService(PagoContext context)
 {
     _context = context;
 }
Exemple #6
0
 public TerceroService(PagoContext context)
 {
     this.context = context;
 }