public SugerenciasService( IClimaService climaService, IAtuendosService atuendosService) { _climaService = climaService; _atuendosService = atuendosService; }
public UsuarioController(IUsuarioRepositorio usuarioRepositorio, IUsuarioService usuarioService, IClimaService climaSVC) { _usuarioRepositorio = usuarioRepositorio; _usuarioService = usuarioService; _climaSVC = new ClimaService(); eventosService = new EventosRepositorio(); }