Example #1
0
 partial void UpdateOcena(Ocena instance);
Example #2
0
 partial void DeleteOcena(Ocena instance);
Example #3
0
 partial void InsertOcena(Ocena instance);
Example #4
0
 private void detach_Ocenas(Ocena entity)
 {
     this.SendPropertyChanging();
     entity.Uczen = null;
 }
Example #5
0
 private void attach_Ocenas(Ocena entity)
 {
     this.SendPropertyChanging();
     entity.Uczen = this;
 }
Example #6
0
 private void detach_Ocenas(Ocena entity)
 {
     this.SendPropertyChanging();
     entity.Przedmiot = null;
 }
Example #7
0
 private void attach_Ocenas(Ocena entity)
 {
     this.SendPropertyChanging();
     entity.Przedmiot = this;
 }