ComplianceServer/oldcode/IBLL/Soft/ISOFT_ACTIVEREVAPPLY.cs

12 lines
305 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Soft
{
public interface ISOFT_ACTIVEREVAPPLY
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVEREVAPPLY model);
bool Update(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVEREVAPPLY model);
}
}