예제 #1
0
 private async Task <Contact> GetUserContactAsync()
 {
     return(await ContactHelper.CreateContactFromLogonUserAsync());
 }