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

9 lines
253 B
C#

namespace Kreta.Eugyintezes.Domain.Model.Dto
{
public class BKIRequestDto
{
public string KretaIntezmenyAzonosito { get; set; }
public string Ugyiratszam { get; set; }
public string Urlaptartalom { get; set; }
}
}