示例#1
0
		public void Update(BEProductTypes ds)
		{
			DAProductTypes da = new DAProductTypes();
			da.Update((DataTable)ds.tbl_ProductTypes);
		}