init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
32
Kreta.DataAccessInterfaceGenerated/IErettsegiKerdes.cs
Normal file
32
Kreta.DataAccessInterfaceGenerated/IErettsegiKerdes.cs
Normal file
|
@ -0,0 +1,32 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccess.Interfaces
|
||||
{
|
||||
public interface IErettsegiKerdes : IEntity
|
||||
{
|
||||
string Cim { get; set; }
|
||||
int? /* DictionaryItem */ ErettsegiSzintId { get; set; }
|
||||
int? /* DictionaryItem */ ErettsegiTantargyId { get; set; }
|
||||
string HelyesValasz { get; set; }
|
||||
string Kategoria { get; set; }
|
||||
string Kep { get; set; }
|
||||
string Kerdes { get; set; }
|
||||
string Szoveg { get; set; }
|
||||
string Tema { get; set; }
|
||||
string ValaszB { get; set; }
|
||||
string ValaszC { get; set; }
|
||||
string ValaszD { get; set; }
|
||||
string ValaszE { get; set; }
|
||||
string ValaszF { get; set; }
|
||||
string ValaszSzoveges { get; set; }
|
||||
|
||||
int IntezmenyId { get; set; }
|
||||
IIntezmeny Intezmeny { get; set; }
|
||||
int TanevId { get; set; }
|
||||
ITanev Tanev { get; set; }
|
||||
|
||||
IReadOnlyList<IErettsegiValasz> ErettsegiValasz { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue