Example #1
0
 public void DeleteContactRegistration(string id)
 {
     _vaultManager.DeleteRegistrationInfo(Guid.Parse(id));
 }