using System.Collections.Generic; namespace WX.CRM.IBLL.Level2 { public interface IL2_SOFT_MODULE_Q { List GetSoftModuleList(); } }