using System.Collections.Generic; namespace Kreta.Naplo.Domain.V3.Ora { public class OraFeljegyzesResponse { public int TanuloId { get; set; } public List FeljegyzesLista { get; set; } } }