Exemple #1
0
 public async Task <User> GetUser(string login)
 {
     return(await socialService.GetContactAsync(login));
 }