@using ZoomLa.BLL.Shop @functions{ public DataTable gpDT { get {return ViewBag.gpDT; } } B_Shop_RegionPrice regionBll = new B_Shop_RegionPrice(); public double GetPrice(DataRow dr) { int gid = Convert.ToInt32(dr["GroupID"]); return regionBll.GetPrice(Model.price, 0, gid); } } @section head{