- using System;
- using System.Collections.Generic;
- using CB.Entity;
- using System.Data;
- namespace CB.Interface
- {
- public interface ITrendToolItemConfigService : IRepository<TrendToolItemConfigInfo>
- {
- TrendToolFilterName GetToolFilterName(int PageID);
- }
- }
|