root/trunk/eCard/eCardMVC/Platnosci/Controllers/HomeController.cs @ 930

Wersja 930, 405 bytes (wprowadzona przez marek, 16 years temu)

re #215 - drobny refactoring

RevLine 
[930]1using System.Web.Mvc;
[866]2
3namespace 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.