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