Exemplo n.º 1
0
 private bool removeTestPartyCustomAttributeValue(Dlm.Entities.Party.PartyCustomAttributeValue partyCustomAttrVal)
 {
     Dlm.Services.Party.PartyManager pm = new Dlm.Services.Party.PartyManager();
     return pm.RemovePartyCustomAttriuteValue(partyCustomAttrVal);
 }