Files
SilverMetal/windows/welcome/src/SilverOS.Welcome.Core/Apply/IBootstrapService.cs

3 lines
152 B
C#

namespace SilverOS.Welcome.Core.Apply;
public interface IBootstrapService { Task TearDownAsync(string bootstrapUser, CancellationToken ct = default); }