using System; using System.Collections.Generic; namespace Kreta.Ellenorzo.Domain.VN.Interfaces { public interface IModelValidacio { [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")] Dictionary, string> ModelValidaciok { get; } } }