Exemplo n.º 1
0
 public string AssociatedPartyAction(
     string ChildId,
     string SelectedPartyId,
     string Action,
     string Relationship)
 {
     ChildDetails.AssociatedPartyAction(ChildId, SelectedPartyId, Action, Relationship);
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }
Exemplo n.º 2
0
 public string GetAssociations(string ChildId)
 {
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }