예제 #1
0
파일: Account.cs 프로젝트: aazizb/iws
 private void detach_DetailComptas1(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.Account2 = null;
 }
예제 #2
0
 private void detach_DetailComptas(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.MasterCompta = null;
 }
예제 #3
0
파일: Account.cs 프로젝트: aazizb/iws
 private void attach_DetailComptas(DetailCompta entity)
 {
     this.SendPropertyChanging();
     entity.Account1 = this;
 }