using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Soft { public interface ISOFT_ACTIVE { bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVE model); bool Update(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVE model); bool CreateTrans(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVE model, List procuctModule); bool UpdateTrans(ref ValidationErrors errors, WX.CRM.Model.Entity.SOFT_ACTIVE model, List procuctModule); } }