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