예제 #1
0
 protected override InsertOrderResult HandleOrder(OrderA order)
 {
     // ...
 }
예제 #2
0
 protected abstract T HandleOrder(OrderA order);