Esempio n. 1
0
 public TimeEntryCreator(ITimeEntryStorage timeEntryStorage, IFlexhourStorage flexHourStorage, IOptionsMonitor <TimeEntryOptions> timeEntryOptions)
 {
     _timeEntryStorage = timeEntryStorage;
     _flexHourStorage  = flexHourStorage;
     _timeEntryOptions = timeEntryOptions;
     _flexTask         = _timeEntryOptions.CurrentValue.FlexTask;
 }
Esempio n. 2
0
 public FlexiHourController(RetrieveUsers userRetriever, IFlexhourStorage storage)
 {
     _storage       = storage;
     _userRetriever = userRetriever;
 }