Example #1
0
 public void Delete(ContactMethod contactMethod)
 {
     crudContactMehod.Delete(contactMethod);
 }
Example #2
0
 internal void Delete(ContactMethod contactMethod)
 {
     crudContactMethod.Delete(contactMethod);
 }