コード例 #1
0
 public TransaccionController(ITransaccionAppService transaccionAppService, IUsuarioAppService usuarioAppService,
     ITerceroAppService terceroAppService, IFacturaAppService facturaAppService, ITipoTransaccionAppService tipoTransaccionAppService,
     IFormaPagoAppService formaPagoAppService)
 {
     _transaccionAppService = transaccionAppService;
     _usuarioAppService = usuarioAppService;
     _terceroAppService = terceroAppService;
     _facturaAppService = facturaAppService;
     _tipoTransaccionAppService = tipoTransaccionAppService;
     _formaPagoAppService = formaPagoAppService;
 }
コード例 #2
0
 public TransaccionController(ITransaccionAppService transaccionAppService, IUsuarioAppService usuarioAppService,
                              ITerceroAppService terceroAppService, IFacturaAppService facturaAppService, ITipoTransaccionAppService tipoTransaccionAppService,
                              IFormaPagoAppService formaPagoAppService)
 {
     _transaccionAppService     = transaccionAppService;
     _usuarioAppService         = usuarioAppService;
     _terceroAppService         = terceroAppService;
     _facturaAppService         = facturaAppService;
     _tipoTransaccionAppService = tipoTransaccionAppService;
     _formaPagoAppService       = formaPagoAppService;
 }
コード例 #3
0
 public TipoTransaccionController(ITipoTransaccionAppService tipoTransaccionAppService)
 {
     _tipoTransaccionAppService = tipoTransaccionAppService;
 }
コード例 #4
0
 public TipoTransaccionController(ITipoTransaccionAppService tipoTransaccionAppService)
 {
     _tipoTransaccionAppService = tipoTransaccionAppService;
 }