Example #1
0
 private object BeerHandler(dynamic o)
 {
     return(XSer.Handle(beers[o.id], (string)o.method));
 }