Inheritance: Entity
Example #1
0
 public virtual void AddWriter(User user)
 {
     this.writers.Add(user);
 }