示例#1
0
 public System.Threading.Tasks.Task <LB_7B_WF.WCFContactsServiceReference.PhoneContact[]> UpdatePhoneContactAsync(LB_7B_WF.WCFContactsServiceReference.PhoneContact phoneContact)
 {
     return(base.Channel.UpdatePhoneContactAsync(phoneContact));
 }
示例#2
0
 public LB_7B_WF.WCFContactsServiceReference.PhoneContact[] UpdatePhoneContact(LB_7B_WF.WCFContactsServiceReference.PhoneContact phoneContact)
 {
     return(base.Channel.UpdatePhoneContact(phoneContact));
 }