init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@using Kreta.Framework;
|
||||
@using Kreta.Web.Areas.Orarend.Models;
|
||||
@using Kreta.Web.Helpers;
|
||||
@using Kreta.Enums.ManualEnums;
|
||||
@using Kreta.Web.Security;
|
||||
@using Kreta.Web.Areas.Kerdoiv.Controllers;
|
||||
@model TanariOrarendModel
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
@section AddCss {
|
||||
@Styles.Render(Constants.General.TanuloErtekelesCSS)
|
||||
@Styles.Render(Constants.General.FeljegyzesekCSS)
|
||||
@Styles.Render(Constants.General.NaplozasAutoFeljegyzesCSS)
|
||||
}
|
||||
|
||||
@{
|
||||
Html.RenderPartial("Orarend", Model);
|
||||
}
|
||||
Reference in New Issue
Block a user