Пример #1
0
        public List <string> GetVehicleBodyType()
        {
            Func <SqlConnection, List <string> > action =
                (connection) => DalProductVehicleInfo.GetVehicleBodyType(connection);

            return(dbManager.Execute(action));
        }