Beispiel #1
0
 public static string GetCustomer(this RouteLinker routeLinker, int customerId)
 {
     return(routeLinker.BuildAbsoluteRoute(Module.Route, new { CustomerId = customerId }));
 }
 public static string ChangePricingLevel(this RouteLinker routeLinker, int customerId)
 {
     return(routeLinker.BuildAbsoluteRoute(Module.Route, new { CustomerId = customerId }));
 }