using System; using Datory; namespace GxPress.Repository.Interface.Media { public interface IMediaLibraryRepository:IRepository { } }