init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Controllers
|
||||
{
|
||||
[AllowAnonymous]
|
||||
public class EmailKezelesController : Controller
|
||||
{
|
||||
public ActionResult Index(string data)
|
||||
{
|
||||
return View("Index", (object)data);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user