stabilizaiton work - projects rework for maintenanceability and ui livening
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace StellaOps.AuditPack.Services;
|
||||
|
||||
public interface IAuditPackReplayer
|
||||
{
|
||||
Task<ReplayComparisonResult> ReplayAsync(
|
||||
ImportResult importResult,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user