public List <VehicleTypeInfoDb> GetVehicleTypeInfoByCharacter(string alpha) { Func <SqlConnection, List <VehicleTypeInfoDb> > action = (connection) => DalProductVehicleInfo.GetVehicleTypeInfoByCharacter(connection, alpha); return(dbManager.Execute(action)); }