コード例 #1
0
 public string AssociatedPartyAction(
     string ChildId,
     string SelectedPartyId,
     string Action,
     string Relationship)
 {
     ChildDetails.AssociatedPartyAction(ChildId, SelectedPartyId, Action, Relationship);
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }
コード例 #2
0
 public string GetAssociations(string ChildId)
 {
     return(LoadControlsPresentation.GetAssociations(ChildId));
 }