Esempio n. 1
0
 public async Task <bool> AnyTranslations(Guid imageReferenceId)
 {
     return((await _translationRepository.GetMachineTranslations(imageReferenceId)).Any());
 }