Пример #1
0
 /// <summary>
 /// Revises the immunization not given reason.
 /// </summary>
 /// <param name="immunizationNotGivenReason">
 /// The immunization not given reason.
 /// </param>
 public virtual void ReviseImmunizationNotGivenReason(ImmunizationNotGivenReason immunizationNotGivenReason)
 {
     ImmunizationNotGivenReason = immunizationNotGivenReason;
 }
Пример #2
0
 /// <summary>
 /// Revises the immunization not given reason.
 /// </summary>
 /// <param name="immunizationNotGivenReason">
 /// The immunization not given reason.
 /// </param>
 public virtual void ReviseImmunizationNotGivenReason( ImmunizationNotGivenReason immunizationNotGivenReason )
 {
     ImmunizationNotGivenReason = immunizationNotGivenReason;
 }