init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class TanuloApaczaiPalyazatiEsemenyekModel
|
||||
{
|
||||
public IEnumerable<TanuloApaczaiPalyazatiEsemenyMerfoldkoModel> Merfoldkovek { get; set; }
|
||||
|
||||
public TanuloApaczaiPalyazatiEsemenyekModel()
|
||||
{
|
||||
Merfoldkovek = new List<TanuloApaczaiPalyazatiEsemenyMerfoldkoModel>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user