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