using System.Collections.Generic; namespace WX.CRM.IBLL.Soft { public interface ISOFT_ACTIVE_Q { WX.CRM.Model.Entity.SOFT_ACTIVE GetPRODUCTById(decimal id); List GetAllPRODUCTS(); List GetPRODUCTList(string productName, string productCode); } }