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>