Skip to content

Commit

Permalink
Update src/OrchardCore.Modules/OrchardCore.AutoSetup/Services/AutoSet…
Browse files Browse the repository at this point in the history
…upService.cs

Co-authored-by: Hisham Bin Ateya <hishamco_2007@yahoo.com>
  • Loading branch information
infofromca and hishamco authored Oct 4, 2024
1 parent 1573e53 commit ff715ae
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,9 @@
namespace OrchardCore.AutoSetup.Services;
public class AutoSetupService : IAutoSetupService
{
/// <summary>
/// The shell host.
/// </summary>
private readonly IShellHost _shellHost;

/// <summary>
/// The shell settings manager.
/// </summary>
private readonly IShellSettingsManager _shellSettingsManager;

/// <summary>
/// The setup service.
/// </summary>
private readonly ISetupService _setupService;

/// <summary>
/// The logger.
/// </summary>
private readonly ILogger _logger;

public AutoSetupService(
Expand Down

0 comments on commit ff715ae

Please sign in to comment.