Files
kreta/Kreta.WebApi/eUgyintezes/Kreta.eUgyintezes.Domain/Model/Dto/ValasztottIntezmenyDto.cs
T
2024-03-13 00:33:46 +01:00

17 lines
323 B
C#

namespace Kreta.Eugyintezes.Domain.Model.Dto
{
public class ValasztottIntezmenyDto
{
public int Azonosito { get; set; }
public string Nev { get; set; }
}
public class ValasztottTagozatDto
{
public int Azonosito { get; set; }
public string Nev { get; set; }
}
}