feature: Corrections and Supersession
This commit is contained in:
@@ -20,4 +20,6 @@ public interface IPromotionService
|
||||
/// Returns the promotion result for an already-promoted batch.
|
||||
/// </summary>
|
||||
Task<PromotionResultResponse> GetPromotionResultAsync(Guid batchId);
|
||||
|
||||
Task<PromotionResult> PromoteAsync(Guid batchId, Guid actorUserId);
|
||||
}
|
||||
Reference in New Issue
Block a user