示例#1
0
 partial void DeletePreke(Preke instance);
示例#2
0
 partial void UpdatePreke(Preke instance);
示例#3
0
 private void detach_Prekes(Preke entity)
 {
     this.SendPropertyChanging();
     entity.Vartotojai = null;
 }
示例#4
0
 partial void InsertPreke(Preke instance);
示例#5
0
 private void attach_Prekes(Preke entity)
 {
     this.SendPropertyChanging();
     entity.Vartotojai = this;
 }