예제 #1
0
 public CommandResponse Handle(DisplayItem command)
 {
     Interlocked.Increment(ref _displayItem);
     return(command.Succeed());
 }