using DTO; using System; using System.Collections.Generic; using System.Text; using zhengcaioa.Models; namespace IServices { public interface IDtChannelArticleNewsService { List GetList(DtChannelArticleNewsDTOSearch searchEntity); } }