Пример #1
0
 public async Task <IEnumerable <string> > GetUsers()
 {
     return(await statsProvider.GetUsernames());
 }