11 lines
248 B
C#
11 lines
248 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class BankszamlaDto
|
|
{
|
|
public int KretaAzonosito { get; set; }
|
|
|
|
public string Szamlaszam { get; set; }
|
|
|
|
public string KedvezmenyezettNeve { get; set; }
|
|
}
|
|
}
|