Example #1
0
 public IISWeb(Target target, IISWebOptions options, IIISClient iisClient, ILogService log)
 {
     _iisClient = iisClient;
     _log       = log;
     _options   = options;
     _target    = target;
 }
Example #2
0
 public IISWeb(IISWebOptions options, IIISClient iisClient, ILogService log, IUserRoleService userRoleService)
 {
     _iisClient       = iisClient;
     _log             = log;
     _options         = options;
     _userRoleService = userRoleService;
 }