init
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportTanuloResponseDao
|
||||
{
|
||||
[ColumnName("Id")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Nev")]
|
||||
public string Nev { get; set; }
|
||||
|
||||
[ColumnName("SzuletesiDatum")]
|
||||
public DateTime SzuletesiDatum { get; set; }
|
||||
|
||||
[ColumnName("AnyjaNeve")]
|
||||
public string AnyjaNeve { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user