using System; using System.Collections.Generic; using System.Text; namespace Mini.Model { public interface IAdminRepository : IRepository where T : class { } }