init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Kreta.Resources;
|
||||
|
||||
namespace Kreta.Web.Areas.Adminisztracio.Models
|
||||
{
|
||||
public class AdatszotarSearchModel
|
||||
{
|
||||
[Display(Name = nameof(AdminisztracioResource.AdatszotarTipus), ResourceType = typeof(AdminisztracioResource))]
|
||||
public int? AdatszotarTipusTypeId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user