Example #1
0
 public PhoneListControllerDetail(Scope _scope, PhoneRouteParams _routeParams)
 {
    what = "detail";
    phoneId = _routeParams.phoneId;
 }
Example #2
0
 public PhoneListControllerDetail(Scope _scope, PhoneRouteParams _routeParams)
 {
     what    = "detail";
     phoneId = _routeParams.phoneId;
 }