Esempio n. 1
0
 public async Task <UserContact> GetContact(string login)
 {
     return(await socialService.GetUserContact(login));
 }