using System.Collections.Generic; namespace WX.CRM.IBLL.Base { public interface IBAS_PROVINCE_Q { List GetList(); WX.CRM.Model.Entity.BAS_PROVINCE GetProvince(decimal id); } }