Zbiór zmian 967 dla trunk/eCard/eCardMVC/Platnosci/Global.asax.cs
- Data:
- 2009-12-22 15:05:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Global.asax.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Global.asax.cs
r948 r967 26 26 "eCard/Status.aspx", 27 27 new { controller = "Platnosc", action = "Status" } 28 ); 28 ); 29 30 routes.MapRoute( 31 "ConfirmationOk", 32 "{language}/Platnosc/Ok/{id}/{order}/", 33 new { controller = "Platnosc", action = "Ok", id="", order="", language="" } 34 ); 35 36 routes.MapRoute( 37 "ConfirmationFail", 38 "{language}/Platnosc/Fail/{id}/", 39 new { controller = "Platnosc", action = "Ok", id = "", order = "", language = "" } 40 ); 41 29 42 routes.MapRoute( 30 43 "Default",
