public SendService(
     Log.Delegate log,
     IGetHostConfigurationService getHostConfigurationService)
 {
     _log = log;
     _getHostConfigurationService = getHostConfigurationService;
 }
Exemple #2
0
 public SendService(
     Log.Delegate log,
     IGetHostConfigurationService getHostConfigurationService)
 {
     _log = log;
     _getHostConfigurationService = getHostConfigurationService;
 }