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