Example #1
0
 public AdminCoachingSessionModel(IOptions <AppPathsConfig> config, IDateTimeService dateService, IFormFileHelper formHelper, IDateTimeService datetimeService, IOntraportContacts ontraContacts, IOntraportRecordings ontraRecordings)
 {
     _config          = config;
     _dateService     = dateService;
     _formHelper      = formHelper;
     _dateTimeService = datetimeService;
     _ontraContacts   = ontraContacts;
     _ontraRecordings = ontraRecordings;
 }
Example #2
0
 public UploadHelper(IFormFileHelper uploadHelper, IOptions <AppPathsConfig> appPaths)
 {
     _formFileHelper = uploadHelper;
     _appPaths       = appPaths;
 }