Beispiel #1
0
 public bool DeleteDependentById(int dependentId)
 {
     return(MembersBAL.GetFamilyDependencyTypes(dependentId));
 }