Guest User

Untitled

a guest
Nov 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public void RegisterRoutes(IMapRoute mapRouteManager)
  2. {
  3. mapRouteManager.MapHttpRoute(
  4. "MyServices",
  5. "default",
  6. "{controller}/{action}",
  7. new[] {"MyServices"});
  8. }
Add Comment
Please, Sign In to add comment