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