using System.Collections.Generic; namespace WX.CRM.IBLL.Soft { public interface ISOFT_MODULE_Q { WX.CRM.Model.Entity.SOFT_MODULE GetModuleById(decimal id); List GetAllModule(); List GetModuleList(string modeuleName); } }