示例#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;
 }