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); } }