Esempio n. 1
0
 private void detach_Звонки(Звонки entity)
 {
     this.SendPropertyChanging();
     entity.Тарифы = null;
 }
Esempio n. 2
0
 private void attach_Звонки(Звонки entity)
 {
     this.SendPropertyChanging();
     entity.Тарифы = this;
 }
Esempio n. 3
0
 partial void UpdateЗвонки(Звонки instance);
Esempio n. 4
0
 partial void DeleteЗвонки(Звонки instance);
Esempio n. 5
0
 partial void InsertЗвонки(Звонки instance);