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