init
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Enums;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.OsztalyCsoport.Models
|
||||
{
|
||||
public class AmiBesorolasSearchModel : BaseBesorolasSearchModel
|
||||
{
|
||||
/// <summary>
|
||||
/// MVC default működése miatt szükség van erre.
|
||||
/// </summary>
|
||||
[System.Obsolete]
|
||||
public AmiBesorolasSearchModel()
|
||||
: base(null)
|
||||
{
|
||||
}
|
||||
|
||||
public AmiBesorolasSearchModel(string controllerName)
|
||||
: base(controllerName)
|
||||
{
|
||||
}
|
||||
|
||||
public override OktNevelesiKategoriaEnum? OktNevFelKategoriaId => OktNevelesiKategoriaEnum.AlapfokuMuveszetoktatas;
|
||||
|
||||
[Display(Name = nameof(TanuloResource.NovendekNeve), ResourceType = typeof(TanuloResource))]
|
||||
public override string TanuloSrc { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user