コード例 #1
0
 protected void EmitResponse(string message)
 {
     _context.Emit(new SimpleResponse(message));
 }