Пример #1
0
 private void detach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Operation = null;
 }
Пример #2
0
 partial void DeleteCounterOperationRecord(CounterOperationRecord instance);
Пример #3
0
 partial void InsertCounterOperationRecord(CounterOperationRecord instance);
Пример #4
0
 partial void UpdateCounterOperationRecord(CounterOperationRecord instance);
Пример #5
0
 private void attach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Repository = this;
 }