root/trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
@
930
| Wersja 930, 405 bytes (wprowadzona przez marek, 16 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System.Web.Mvc; |
| 2 | |
| 3 | namespace Platnosci.Controllers |
| 4 | { |
| 5 | [HandleError] |
| 6 | public class HomeController : Controller |
| 7 | { |
| 8 | public ActionResult Index(string id, string flaga) |
| 9 | { |
| 10 | return RedirectToAction("LogOn", "Account"); |
| 11 | //return View(); |
| 12 | } |
| 13 | |
| 14 | public ActionResult About() |
| 15 | { |
| 16 | return View(); |
| 17 | } |
| 18 | } |
| 19 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
