Exemplo n.º 1
0
 /// <summary>
 /// Checks if translations can be applied.
 /// </summary>
 public TranslationServiceResponse CheckTranslation()
 {
     return(TranslationServiceResponse.CreateSuccessResult());
 }