示例#1
0
文件: Article.cs 项目: aazizb/iws
 private void detach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.Article = null;
 }
示例#2
0
 private void attach_DetailLogistics(DetailLogistic entity)
 {
     this.SendPropertyChanging();
     entity.MasterLogistic = this;
 }