Example #1
0
 public System.Threading.Tasks.Task RemoveAsync(WcfDemo.Web.ContactService.Contact contact)
 {
     return(base.Channel.RemoveAsync(contact));
 }
Example #2
0
 public void Remove(WcfDemo.Web.ContactService.Contact contact)
 {
     base.Channel.Remove(contact);
 }