Exemplo n.º 1
0
 public virtual void HandleRequest(ReceiveCommand command)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }
Exemplo n.º 2
0
 public virtual bool IsHandler(ReceiveCommand command)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }