コード例 #1
0
 private void detach_PostTagMappings(PostTagMapping entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
コード例 #2
0
 private void attach_PostTagMappings(PostTagMapping entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }