Exemplo n.º 1
0
 public void Delete(ContactMethod contactMethod)
 {
     crudContactMehod.Delete(contactMethod);
 }
Exemplo n.º 2
0
 internal void Delete(ContactMethod contactMethod)
 {
     crudContactMethod.Delete(contactMethod);
 }