public SedeController(ISedeServicio sedeServicio, IAuthServicio authServicio) { _sedeServicio = sedeServicio; _authServicio = authServicio; }
public AuthController(IUsuarioServicio usuarioServicio, IAuthServicio authServicio) { _usuarioServicio = usuarioServicio; _authServicio = authServicio; }
public ComplejoController(IComplejoServicio complejoServicio, IAuthServicio authServicio) { _complejoServicio = complejoServicio; _authServicio = authServicio; }