using System.Collections.Generic; using WX.CRM.Common; namespace WX.CRM.IBLL.Soft { public interface ISOFT_ACTIVEMODULE { bool Create(ref ValidationErrors errors, List models); bool Delete(ref ValidationErrors errors, decimal productId); } }