Example #1
0
 public AddContactResult AddContact(UserCredential userCredential, SyncableContact contact, out string serverId)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public ContactAppData(SyncableContact contact)
 {
     Contact = contact;
 }
Example #3
0
 public UpdateContactResult UpdateContact(UserCredential userCredential, SyncableContact contact)
 {
     throw new System.NotImplementedException();
 }
Example #4
0
 public ContactAppData()
 {
     Contact = new SyncableContact();
 }