Exemplo n.º 1
0
 public FloodController(IFloodMonitoringService foodMonitoringService, Mapper mapper)
 {
     _floodMonitoringService = foodMonitoringService;
     _mapper = mapper;
 }
Exemplo n.º 2
0
 public void Init()
 {
     _service = new FloodMonitoringService(_serviceUrl, _getUrl);
     _mapper  = new Mapper(AutomapperConfiguration.GetConfig());
 }