Example #1
0
 public System.Threading.Tasks.Task <int> UpdateContactAsync(ContactServiceReference.Contact c)
 {
     return(base.Channel.UpdateContactAsync(c));
 }
Example #2
0
 public System.Threading.Tasks.Task InsertContactAsync(ContactServiceReference.Contact c)
 {
     return(base.Channel.InsertContactAsync(c));
 }