Example #1
0
 partial void DeleteNieobecnosc(Nieobecnosc instance);
Example #2
0
 partial void UpdateNieobecnosc(Nieobecnosc instance);
Example #3
0
 private void detach_Nieobecnoscs(Nieobecnosc entity)
 {
     this.SendPropertyChanging();
     entity.Uczen = null;
 }
Example #4
0
 partial void InsertNieobecnosc(Nieobecnosc instance);
Example #5
0
 private void attach_Nieobecnoscs(Nieobecnosc entity)
 {
     this.SendPropertyChanging();
     entity.Przedmiot = this;
 }