init
This commit is contained in:
+26
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Naplo.Dao.V3.OsztalyCsoport
|
||||
{
|
||||
public class OsztalyCsoportAdatokResponseDao
|
||||
{
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportNev")]
|
||||
public string OsztalyCsoportNev { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokCsoportvezetoUid")]
|
||||
public Guid? OsztalyfonokCsoportvezetoUid { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokCsoportvezetoNev")]
|
||||
public string OsztalyfonokCsoportvezetoNev { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokHelyettesUid")]
|
||||
public Guid? OsztalyfonokHelyettesUid { get; set; }
|
||||
|
||||
[ColumnName("OsztalyfonokHelyettesNev")]
|
||||
public string OsztalyfonokHelyettesNev { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user