public List <VehicleInfoExDb> GetVehicleInfoExByPid(string pid, string level) { Func <SqlConnection, List <VehicleInfoExDb> > action = (connection) => DalProductVehicleInfo.GetVehicleInfoExByPid(connection, pid, level); return(dbManager.Execute(action)); }