Beispiel #1
0
 private void attach_AffectationJournals(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.TypeJournal = this;
 }
Beispiel #2
0
 private void detach_AffectationJournals(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.Company = null;
 }
Beispiel #3
0
 private void detach_AffectationJournals1(AffectationJournal entity)
 {
     this.SendPropertyChanging();
     entity.Account1 = null;
 }