Exemplo n.º 1
0
 /// <summary>
 /// Revises the type of the allergy.
 /// </summary>
 /// <param name="allergyType">Type of the allergy.</param>
 public virtual void ReviseAllergyType(AllergyType allergyType)
 {
     AllergyType = allergyType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Revises the type of the allergy.
 /// </summary>
 /// <param name="allergyType">Type of the allergy.</param>
 public virtual void ReviseAllergyType( AllergyType allergyType )
 {
     AllergyType = allergyType;
 }