MySql.Data.Entity.Tests.model2Entities.AddTocustomer C# (CSharp) Method

AddTocustomer() public method

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