3 lines
174 B
C#
3 lines
174 B
C#
namespace SilverOS.Welcome.Core.Apply;
|
|
public interface IApplyService { Task RunAsync(ApplyRequest req, IProgress<ApplyProgress> progress, CancellationToken ct = default); }
|