示例#1
0
        public List <VehicleTypeInfoDb> GetVehicleTypeInfoByCharacter(string alpha)
        {
            Func <SqlConnection, List <VehicleTypeInfoDb> > action = (connection) => DalProductVehicleInfo.GetVehicleTypeInfoByCharacter(connection, alpha);

            return(dbManager.Execute(action));
        }