/// <summary> /// 删除指定的商品 /// </summary> /// <param name="ID">商品编号</param> public void DeleteCommodity(int ID) { service.DeleteCommodity(ID); }