示例#1
0
文件: Allergy.cs 项目: girish66/REM
 /// <summary>
 /// Revises the type of the allergy.
 /// </summary>
 /// <param name="allergyType">Type of the allergy.</param>
 public virtual void ReviseAllergyType(AllergyType allergyType)
 {
     AllergyType = allergyType;
 }
示例#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;
 }