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