using System.Collections.Generic; namespace Kreta.DataAccess.Interfaces { public interface IAssociatedCollection : IEnumerable { } }