Exemplo n.º 1
0
 public IISBinding(ILogService logService, IIISClient iisClient, IISBindingHelper helper, IISBindingOptions options)
 {
     _iisClient = iisClient;
     _log       = logService;
     _options   = options;
     _helper    = helper;
 }
Exemplo n.º 2
0
 public IISBinding(
     ILogService logService, UserRoleService roleService,
     IISBindingHelper helper, IISBindingOptions options)
 {
     _log             = logService;
     _options         = options;
     _helper          = helper;
     _userRoleService = roleService;
 }