using System.Collections.Generic; using Kreta.Ellenorzo.Domain.VN.HaziFeladat.Csatolmany; namespace Kreta.Ellenorzo.Domain.VN.HaziFeladat { public class HaziFeladatDetailResponse : HaziFeladatListResponse { public IEnumerable Csatolmanyok { get; set; } } }