Zbiór zmian 964 dla trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
- Data:
- 2009-12-22 12:25:22 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
r930 r964 1 using System.Web.Mvc; 1 using System; 2 using System.Web.Mvc; 2 3 3 4 namespace Platnosci.Controllers … … 9 10 { 10 11 return RedirectToAction("LogOn", "Account"); 11 //return View();12 12 } 13 13 … … 16 16 return View(); 17 17 } 18 19 public ActionResult Error() 20 { 21 return View("Error"); 22 } 18 23 } 19 24 }
