using System.Collections.Generic; namespace WX.CRM.IBLL.Level2 { public interface IL2_SOFT_PRODUCT_Q { List GetListL2_Soft_product(); Model.Entity.L2_SOFT_PRODUCT GetL2_Soft_product(decimal productid); } }