using Admin.Core.Model.Admin; namespace Admin.Core.Repository.Admin { public interface IOprationLogRepository : IRepositoryBase { } }