예제 #1
0
 /// <summary>
 /// 獲得排序
 /// </summary>
 /// <param name="brand_id"></param>
 /// <returns></returns>
 public ActionResult GetProductSortNum(uint brand_id)
 {
     _productMgr = new ProductMgr(connectionString);
     return Content(_productMgr.GetProductSort(brand_id).ToString());
 }