init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class TanarNemTanitottTanulokSearchModel
|
||||
{
|
||||
public TanarNemTanitottTanulokSearchModel()
|
||||
{
|
||||
EnableRowFunctions = true;
|
||||
}
|
||||
|
||||
[Display(Name = nameof(OsztalyCsoportResource.OsztalyCsoport), ResourceType = typeof(OsztalyCsoportResource))]
|
||||
public int? OsztalyCsoportID { get; set; }
|
||||
|
||||
public bool EnableRowFunctions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user