public void AddSubject(NPFIT_000070_Role template) { if (subject == null) { subject = new List<p_subject_000070>(); } p_subject_000070 participation = new p_subject_000070(); participation.Role = template; subject.Add(participation); }
public void AddSubject(NPFIT_000070_Role template) { if (subject == null) { subject = new List <p_subject_000070>(); } p_subject_000070 participation = new p_subject_000070(); participation.Role = template; subject.Add(participation); }
public void AddSubject(NPFIT_000070_Role template, CDATargetAwareness awarenessCode) { if (subject == null) { subject = new List<p_subject_000070>(); } p_subject_000070 participation = new p_subject_000070(); participation.Role = template; participation.awareness = awarenessCode; subject.Add(participation); }
public void AddSubject(NPFIT_000070_Role template, CDATargetAwareness awarenessCode) { if (subject == null) { subject = new List <p_subject_000070>(); } p_subject_000070 participation = new p_subject_000070(); participation.Role = template; participation.awareness = awarenessCode; subject.Add(participation); }