Interface ITranslationRequestService
- Namespace
- GastroSky.Services.TranslationRequests
- Assembly
- GastroSky.dll
public interface ITranslationRequestService
Methods
CreateTranslationRequest(Language, Language, Post)
Task<TranslationRequest?> CreateTranslationRequest(Language from, Language to, Post post)