Ejemplo n.º 1
0
 private void detach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Operation = null;
 }
Ejemplo n.º 2
0
 partial void DeleteCounterOperationRecord(CounterOperationRecord instance);
Ejemplo n.º 3
0
 partial void InsertCounterOperationRecord(CounterOperationRecord instance);
Ejemplo n.º 4
0
 partial void UpdateCounterOperationRecord(CounterOperationRecord instance);
Ejemplo n.º 5
0
 private void attach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Repository = this;
 }