init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Kreta.Web.Areas.Hianyzas.Controllers
|
||||
{
|
||||
//Note: kikapcsolva, mert jelenleg nincs használatban
|
||||
|
||||
//[MvcRoleClaimsAuthorize(true)]
|
||||
//[MvcRolePackageAuthorize(KretaClaimPackages.Ellenorzo.ClaimValue)]
|
||||
public class TantargyiMulasztasController : Controller
|
||||
{
|
||||
// GET: Hianyzas/TantargyiMulasztas
|
||||
public ActionResult Index()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user