init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
||||
{
|
||||
public class BankszamlaDto
|
||||
{
|
||||
public int KretaAzonosito { get; set; }
|
||||
|
||||
public string Szamlaszam { get; set; }
|
||||
|
||||
public string KedvezmenyezettNeve { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user