MySql.Data.Entity.Tests.model2Entities.AddTocustomer C# (CSharp) 메소드

AddTocustomer() 공개 메소드

There are no comments for customer in the schema.
public AddTocustomer ( customer customer ) : void
customer customer
리턴 void
        public void AddTocustomer(customer customer)
        {
            base.AddObject("customer", customer);
        }
        /// <summary>