Ejemplo n.º 1
0
 public virtual void Save(Context context)
 {
     if (ShortAffix != null)
     {
         ShortAffix.Persist(context);
     }
     if (Affix != null)
     {
         Affix.Persist(context);
     }
     context.Persist(this);
 }