Esempio n. 1
0
 public SendService(
     Log.Delegate log,
     IGetHostConfigurationService getHostConfigurationService)
 {
     _log = log;
     _getHostConfigurationService = getHostConfigurationService;
 }
Esempio n. 2
0
 public SendService(
     Log.Delegate log,
     IGetHostConfigurationService getHostConfigurationService)
 {
     _log = log;
     _getHostConfigurationService = getHostConfigurationService;
 }