Ejemplo n.º 1
0
 public void AddInterest(string interest)
 {
     if (!Interests.Contains(interest))
     {
         Interests.Add(interest);
     }
 }