public List <Sys_BankInfo> GetList(string strWhere, int pageIndex, int pageSize, out int count) { return(Sys_BankInfoDAL.GetList(strWhere, pageIndex, pageSize, out count)); }
public List <Sys_BankInfo> GetList(string strWhere) { return(Sys_BankInfoDAL.GetList(strWhere)); }