X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FControllers%2FHomeController.cs;h=c5d394a44686af0865849f1c343c3a01b181f012;hb=5b4b7fb2dc8e07cdfe9a30c321191444d05fe24a;hp=3f1f379839427ecf36ec15a21364e6310fbbd059;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Controllers/HomeController.cs b/Projects/Controllers/HomeController.cs index 3f1f379..c5d394a 100644 --- a/Projects/Controllers/HomeController.cs +++ b/Projects/Controllers/HomeController.cs @@ -13,13 +13,6 @@ namespace Projects.Controllers return View(); } - public ActionResult About() - { - ViewBag.Message = "Your application description page."; - - return View(); - } - public ActionResult Contact() { ViewBag.Message = "Your contact page.";