Esempio n. 1
0
 public async Task <int> CountWordOccurences(string word)
 {
     Thread.Sleep(TimeSpan.FromSeconds(5));
     return(await WordCounter.CountWordOcurrence(Content, word));
 }