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