예제 #1
0
파일: TypeJournal.cs 프로젝트: aazizb/iws
 private void attach_AffectationJournals(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.TypeJournal = this;
 }
예제 #2
0
 private void detach_AffectationJournals(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.Company = null;
 }
예제 #3
0
파일: Account.cs 프로젝트: aazizb/iws
 private void detach_AffectationJournals1(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.Account1 = null;
 }