Ejemplo n.º 1
0
 // Delete Contact data From Admin Panel.
 public bool DeleteUserContacts(int ContactID)
 {
     return(ob.DeleteUserContacts(ContactID));
 }