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