Ejemplo n.º 1
0
 public AmbienteController(IAmbienteAppService ambienteService)
 {
     _ambienteService = ambienteService;
 }
Ejemplo n.º 2
0
 public AmbienteController(IAmbienteAppService ambienteAppService, IMapper mapper)
 {
     _ambienteAppService = ambienteAppService;
     _mapper             = mapper;
 }