init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class TanuloiAdatokModel
|
||||
{
|
||||
public int? TanuloId { get; set; }
|
||||
public int? OsztalyCsoportId { get; set; }
|
||||
public TanuloiAlapadatokGridModel TanuloiAlapadatokGrid { get; set; }
|
||||
public TanuloiEgyebAdatokGridModel TanuloiEgyebAdatokGrid { get; set; }
|
||||
public TanuloiGondviseloAdatokGridModel TanuloiGondviseloAdatokGrid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user