using WX.CRM.Common; namespace WX.CRM.IBLL.Base { public interface IBAS_MODULEMENU { bool Create_ModuleMenu(ref ValidationErrors errors, WX.CRM.Model.Entity.BAS_MODULEMENU model); bool Delete_ModuleMenu(ref ValidationErrors errors, decimal id); bool Update_ModuleMenu(ref ValidationErrors errors, WX.CRM.Model.Entity.BAS_MODULEMENU model); bool Sort_ModuleMenu(ref ValidationErrors errors, string ids, string sortIds); } }