Exemplo n.º 1
0
 public TimezonesController(IMapper mapper, ITimeZoneInfoService timeZoneInfoService)
 {
     _mapper = mapper;
     _timeZoneInfoService = timeZoneInfoService;
 }
Exemplo n.º 2
0
 public PrimitiveMapper(ITimeZoneInfoService timeZoneInfoService)
 {
     _timeZoneInfoService = timeZoneInfoService;
 }