Example #1
0
 public void RegisterController(Controller ctrl)
 {
     Controllers[ctrl.Route] =  ctrl;
 }