public RestablecimientoController(IRestablecimientoService servicio)
 {
     this.servicio = servicio;
 }
Exemple #2
0
 public RestablecimientoController(IRestablecimientoService restablecimientoServicio, IClienteService clienteServicio)
 {
     this.restablecimientoServicio = restablecimientoServicio;
     this.clienteServicio          = clienteServicio;
 }
 public RestablecimientoController(IRestablecimientoService servicio, IUsuarioService usuarioServicio)
 {
     this.servicio        = servicio;
     this.usuarioServicio = usuarioServicio;
 }