Zbiór zmian 795 dla branches/Abonament/Wierszowki/Wierszowki.Web/Global.asax.cs
- Data:
- 2009-07-31 10:41:49 (17 years ago)
- Lokalizacja:
- branches/Abonament
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
Wierszowki/Wierszowki.Web/Global.asax.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Abonament
- Property svn:mergeinfo
-
old new 1 1 /branches/ReklamaReorganizacja:568-731 2 /trunk:708-758,760-7 722 /trunk:708-758,760-794
-
- Property svn:mergeinfo
-
branches/Abonament/Wierszowki/Wierszowki.Web/Global.asax.cs
r752 r795 45 45 46 46 routes.MapRoute( 47 "All", // Route name 48 "Report/All/{year}/{month}/{user}", // URL with parameters 49 new { controller = "Report", action = "All", year = DateTime.Now.Year, month = DateTime.Now.Month, user = 0 } // Parameter defaults 50 ); 51 52 routes.MapRoute( 47 53 "Default", // Route name 48 54 "{controller}/{action}/{id}", // URL with parameters
