示例#1
0
 public HostedMongoFsService
 (
     ILogger logger,
     CommandLineArguments commandLineArguments,
     IHostApplicationLifetime lifetime,
     IDokanOperations dokanOperations,
     DokanNet.Logging.ILogger dokanLogger
 )
 {
     _logger = logger.ForContext <HostedMongoFsService>();
     _commandLineArguments = commandLineArguments;
     _lifetime             = lifetime;
     _dokanOperations      = dokanOperations;
     _dokanLogger          = dokanLogger;
 }