Skip to content

Commit

Permalink
Add Save method to IInteractiveTranslationModel
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit committed Sep 9, 2024
1 parent a9ed995 commit 9dbf92b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ namespace SIL.Machine.Translation
public interface IInteractiveTranslationModel : IInteractiveTranslationEngine, ITranslationModel
{
Task SaveAsync(CancellationToken cancellationToken = default);
void Save();
}
}

0 comments on commit 9dbf92b

Please sign in to comment.