using System; using System.Collections.Generic; namespace Kreta.DataAccess.Interfaces { public interface IAMITantargySablon : IEntity { bool IsHangszer { get; set; } string Nev { get; set; } IReadOnlyList Tantargy { get; } IReadOnlyList AMITTFSablon { get; } } }