using System; using System.Collections.Generic; namespace Extf.Net.Data { public interface IRepository : ICollection { } }