init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Web.Mvc;
|
||||
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class ApaczaiTablazatModel
|
||||
{
|
||||
public int? TipusId { get; set; }
|
||||
public List<SelectListItem> TipusList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user