using System; using System.Collections.Generic; using System.Text; namespace Extf.Net.Data { public interface IRepresentation { } }