Пример #1
0
 private Task <bool> HasUserWord(WordInLearningSet current) =>
 _usersWordsService.Contains(Chat.User, current.Word.ToLower());