Example #1
0
        public List <string> GetVehicleBrandCategory()
        {
            Func <SqlConnection, List <string> > action =
                (connection) => DalProductVehicleInfo.GetVehicleBrandCategory(connection);

            return(dbManager.Execute(action));
        }