示例#1
0
        public void Update()
        {
            IDalProduct DAL = DalFactory.CreateProductDal();

            DAL.Update(this.ToDTO());
        }