8 lines
182 B
C#
8 lines
182 B
C#
namespace Kreta.Eugyintezes.Domain.Model.Dto
|
|
{
|
|
public class SzamlazasiCimDto
|
|
{
|
|
public string Adoszam { get; set; }
|
|
public CimDto Cim { get; set; }
|
|
}
|
|
}
|