using System; using Znyc.Recruitment.Admin.Commons.Entitys; namespace Znyc.Recruitment.Admin.Commons.Core.IRepositories { /// /// 只读仓储接口,提供查询相关方法 /// /// /// public interface IReadOnlyRepository : IDisposable where T : Entity { } }