コード例 #1
0
 public RestablecimientoController(IRestablecimientoService servicio)
 {
     this.servicio = servicio;
 }
コード例 #2
0
 public RestablecimientoController(IRestablecimientoService restablecimientoServicio, IClienteService clienteServicio)
 {
     this.restablecimientoServicio = restablecimientoServicio;
     this.clienteServicio          = clienteServicio;
 }
コード例 #3
0
 public RestablecimientoController(IRestablecimientoService servicio, IUsuarioService usuarioServicio)
 {
     this.servicio        = servicio;
     this.usuarioServicio = usuarioServicio;
 }