Skip to content

Commit

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

Co-authored-by: Hisham Bin Ateya <[email protected]>
  • Loading branch information
infofromca and hishamco authored Oct 4, 2024
1 parent cbb43d2 commit 1573e53
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
using OrchardCore.Setup.Services;

namespace OrchardCore.AutoSetup.Services;

public interface IAutoSetupService
{
Task<ShellSettings> CreateTenantSettingsAsync(TenantSetupOptions setupOptions);

Task<SetupContext> GetSetupContextAsync(TenantSetupOptions options, ShellSettings shellSettings);

Task<bool> SetupTenantAsync(TenantSetupOptions setupOptions, ShellSettings shellSettings);
}

0 comments on commit 1573e53

Please sign in to comment.