ComplianceServer/oldcode/IBLL/Res/IRES_CUSTOMERFEEDBACK_Q.cs

13 lines
364 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
namespace WX.CRM.IBLL.Res
{
public interface IRES_CUSTOMERFEEDBACK_Q
{
WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK GetModel(decimal id);
List<WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK> GetList(ref Pager pager);
List<WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK> GetList();
}
}