Пример #1
0
 public virtual void HandleRequest(ReceiveCommand command)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }
Пример #2
0
 public virtual bool IsHandler(ReceiveCommand command)
 {
     throw new You_Should_Not_Call_base_In_This_Method();
 }