예제 #1
0
 public AmbienteController(IAmbienteAppService ambienteService)
 {
     _ambienteService = ambienteService;
 }
 public AmbienteController(IAmbienteAppService ambienteAppService, IMapper mapper)
 {
     _ambienteAppService = ambienteAppService;
     _mapper             = mapper;
 }