private readonly IGetCoordinateDistaccamento _getCooDistaccamento; //TODO chiedere ad Igor di implementare le coordinate public GetRichiesta(DbContext dbContext, IMapper mapper, IGetTipologieByCodice getTipologiaByCodice, IGetListaDistaccamentiByCodiceSede getAnagraficaDistaccamento, MapperRichiestaAssistenzaSuSintesi mapperSintesi, IGetAlberaturaUnitaOperative getAlberaturaUnitaOperative, IGetCoordinateDistaccamento getCooDistaccamento, IGetDistaccamentoByCodiceSedeUC getDistaccamentoUC) { _dbContext = dbContext; _mapper = mapper; _getTipologiaByCodice = getTipologiaByCodice; _getAnagraficaDistaccamento = getAnagraficaDistaccamento; _mapperSintesi = mapperSintesi; _getAlberaturaUnitaOperative = getAlberaturaUnitaOperative; _getCooDistaccamento = getCooDistaccamento; _getDistaccamentoUC = getDistaccamentoUC; }
public MapSedeSuDistaccamentoUC(IGetCoordinateDistaccamento getCoordinateDistaccamento) { _getCoordinateDistaccamento = getCoordinateDistaccamento; }