コード例 #1
0
 void ICommandHandler <SimpleCommandBase> .Handle(SimpleCommandBase command)
 {
     Messages.Add(typeof(SimpleCommandBase));
 }
コード例 #2
0
 public void Handle(SimpleCommandBase message)
 {
     Messages.Add(typeof(SimpleCommandBase));
 }