コード例 #1
0
 public TimezonesController(IMapper mapper, ITimeZoneInfoService timeZoneInfoService)
 {
     _mapper = mapper;
     _timeZoneInfoService = timeZoneInfoService;
 }
コード例 #2
0
 public PrimitiveMapper(ITimeZoneInfoService timeZoneInfoService)
 {
     _timeZoneInfoService = timeZoneInfoService;
 }