Example #1
0
 public RouteRequest(Route route, object model = null)
 {
     this.model = model;
     this.route = route;
 }