init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,28 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Enums;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.OsztalyCsoport.Models
|
||||
{
|
||||
public class KollegiumBesorolasSearchModel : BaseBesorolasSearchModel
|
||||
{
|
||||
/// <summary>
|
||||
/// MVC default működése miatt szükség van erre.
|
||||
/// </summary>
|
||||
[System.Obsolete]
|
||||
public KollegiumBesorolasSearchModel()
|
||||
: base(null)
|
||||
{
|
||||
}
|
||||
|
||||
public KollegiumBesorolasSearchModel(string controllerName)
|
||||
: base(controllerName)
|
||||
{
|
||||
}
|
||||
|
||||
public override OktNevelesiKategoriaEnum? OktNevFelKategoriaId => OktNevelesiKategoriaEnum.Kollegium;
|
||||
|
||||
[Display(Name = nameof(OsztalyCsoportResource.TanuloNeve), ResourceType = typeof(OsztalyCsoportResource))]
|
||||
public override string TanuloSrc { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue