ComplianceServer/oldcode/IBLL/Res/IRES_CUSTOMERFEEDBACK.cs

12 lines
368 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Res
{
public interface IRES_CUSTOMERFEEDBACK
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK model);
bool Update(ref ValidationErrors errors, WX.CRM.Model.Entity.RES_CUSTOMERFEEDBACK model);
bool Delete(ref ValidationErrors errors, decimal id);
}
}