using DTO; using System; using System.Collections.Generic; using System.Text; namespace IServices { public partial interface IExpertPromoteService { ResultEntity save(ExpertPromoteDTO expertPromoteDTO); ResultDataEntity SearchByPaging(ExpertPromoteDTOSearch searchEntity); // List GetList(string ExpertId); } }