Beispiel #1
0
 public SedeController(ISedeServicio sedeServicio,
                       IAuthServicio authServicio)
 {
     _sedeServicio = sedeServicio;
     _authServicio = authServicio;
 }
Beispiel #2
0
 public AuthController(IUsuarioServicio usuarioServicio,
                       IAuthServicio authServicio)
 {
     _usuarioServicio = usuarioServicio;
     _authServicio    = authServicio;
 }
Beispiel #3
0
 public ComplejoController(IComplejoServicio complejoServicio,
                           IAuthServicio authServicio)
 {
     _complejoServicio = complejoServicio;
     _authServicio     = authServicio;
 }