init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,27 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Ellenorzo.Dao.VN.Faliujsag
|
||||
{
|
||||
public class FaliujsagResponseDao
|
||||
{
|
||||
[ColumnName("Erv_kezd")]
|
||||
public DateTime ErvenyessegKezdete { get; set; }
|
||||
|
||||
[ColumnName("Erv_vege")]
|
||||
public DateTime ErvenyessegVege { get; set; }
|
||||
|
||||
[ColumnName("ID")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("Bejegyzo")]
|
||||
public string RogzitoNeve { get; set; }
|
||||
|
||||
[ColumnName("Cim")]
|
||||
public string Cim { get; set; }
|
||||
|
||||
[ColumnName("Szoveg")]
|
||||
public string Tartalom { get; set; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue