init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
17
Kreta.BusinessLogic/HelperClasses/BankszamlaIgenylesCo.cs
Normal file
17
Kreta.BusinessLogic/HelperClasses/BankszamlaIgenylesCo.cs
Normal file
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue