Ejemplo n.º 1
0
        public List <VehicleInfoExDb> GetVehicleInfoExByPid(string pid, string level)
        {
            Func <SqlConnection, List <VehicleInfoExDb> > action = (connection) => DalProductVehicleInfo.GetVehicleInfoExByPid(connection, pid, level);

            return(dbManager.Execute(action));
        }