예제 #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;
 }