Skip to content

Commit

Permalink
Add Save method to IInteractiveTranslationModel (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddaspit authored Sep 9, 2024
1 parent a9ed995 commit b5d1f0a
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 b5d1f0a

Please sign in to comment.