ComplianceServer/oldcode/IBLL/Res/IRES_ACTIVITY.cs

12 lines
344 B
C#

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