init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Kreta.BusinessLogic.Helpers.Nyomtatvanyok.Iktatas
|
||||
{
|
||||
public class KulcsszoDefinicioModel
|
||||
{
|
||||
public Enums.DokumentumKulcsszoTipusEnum Type { get; set; }
|
||||
public bool Mandatory { get; set; }
|
||||
public bool Multiple { get; set; }
|
||||
public string TableName { get; set; }
|
||||
public string ColumnName { get; set; }
|
||||
public string AlternativeColumnName { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user