Example #1
0
        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;
        }
Example #2
0
 public MapSedeSuDistaccamentoUC(IGetCoordinateDistaccamento getCoordinateDistaccamento)
 {
     _getCoordinateDistaccamento = getCoordinateDistaccamento;
 }