Пример #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 SaveChild(
     string ChildId,
     string FirstName,
     string MiddleInitial,
     string LastName,
     string BirthDate,
     string City,
     string State,
     string ReferingAgency)
 {
     return(ChildDetails.SaveChild(
                ChildId,
                FirstName,
                MiddleInitial,
                LastName,
                BirthDate,
                City,
                State,
                ReferingAgency));
 }