Beispiel #1
0
 public static async Task <LC> GetContact(int userid)
 {
     return(await client.GetContact(userid));
 }