init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses
|
||||
{
|
||||
public class BankszamlaIgenylesCo
|
||||
{
|
||||
public Guid EgyediAzonosito { get; set; }
|
||||
|
||||
public DateTime SzuletesiIdo { get; set; }
|
||||
|
||||
public string Bankszamlaszam { get; set; }
|
||||
|
||||
public bool IsTanuloIgenyelhetBankszamlatByOsztalyEvfolyamTipus { get; set; }
|
||||
|
||||
public string UrlHost { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user