public PhotoRepository(VegaDbContextV2 dbContext) { this.dbContext = dbContext; }
public FeaturesController(VegaDbContextV2 context, IMapper mapper) { this.mapper = mapper; this.context = context; }