root/trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs
@
971
| Wersja 971, 479 bytes (wprowadzona przez marek, 16 years temu) |
|---|
| Line | |
|---|---|
| 1 | using System.Web.Mvc; |
| 2 | |
| 3 | namespace adMoto.Payments.Web.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 | } |
| 12 | |
| 13 | public ActionResult About() |
| 14 | { |
| 15 | return View(); |
| 16 | } |
| 17 | |
| 18 | public ActionResult Error() |
| 19 | { |
| 20 | return View("Error"); |
| 21 | } |
| 22 | } |
| 23 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
