Example #1
0
 public IISSites(ILogService log, IIISClient iisClient, IISSiteHelper helper, IISSitesOptions options)
 {
     _log       = log;
     _iisClient = iisClient;
     _helper    = helper;
     _options   = options;
 }
Example #2
0
 public IISSites(
     ILogService log, UserRoleService roleService,
     IISSiteHelper helper, IISSitesOptions options)
 {
     _log             = log;
     _helper          = helper;
     _options         = options;
     _userRoleService = roleService;
 }