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