public PostWeatherForecastTest( ExempleContext context, IValidator<PostWeatherForecastCommand> validator, IWeatherForecastRepository weatherForecastRepository ) : base( context ) { _context = context; _weatherForecastRepository = weatherForecastRepository; _validator = validator; }
public WeatherForecastRepository(ExempleContext context) : base(context) { }