Exemple #1
0
        public List <VehicleInfoExDb> GetVehicleInfoEx()
        {
            Func <SqlConnection, List <VehicleInfoExDb> > action = (connection) => DalProductVehicleInfo.GetVehicleInfoEx(connection);

            return(dbManager.Execute(action));
        }