3 lines
152 B
C#
3 lines
152 B
C#
namespace SilverOS.Welcome.Core.Apply;
|
|
public interface IBootstrapService { Task TearDownAsync(string bootstrapUser, CancellationToken ct = default); }
|