示例#1
0
 public List <Model> GetBrandModels(int brand_id)
 {
     return(DB_Product_Query.GetBrandModels(brand_id));
 }