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