Exemplo n.º 1
0
 public virtual bool RemoveAggregationParty(Party party)
 {
     return(AggregationParties.Remove(party));
 }
Exemplo n.º 2
0
 protected override bool ExecuteRemoveAggregationParty(Party aggregationPartyToRemove)
 {
     return(AggregationParties.Remove(aggregationPartyToRemove));
 }