public Vehicle( ZurichContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }
public Customer( ZurichContext dbContext, IMapper mapper) { _dbContext = dbContext; _mapper = mapper; }
public CustomerInsurance( SettingConfiguration settingConfiguration, ZurichContext dbContext, IMapper mapper) { _settingConfiguration = settingConfiguration; _dbContext = dbContext; _mapper = mapper; }