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