17 lines
402 B
C#
17 lines
402 B
C#
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; }
|
|
}
|
|
}
|