private void init(int id, P2GenNHibernate.EN.Default_.CustomerOrderEN order, int quantity, int number, P2GenNHibernate.EN.Default_.ProductEN product) { this.Id = id; this.Order = order; this.Quantity = quantity; this.Number = number; this.Product = product; }
public OrderLineEN(int id, P2GenNHibernate.EN.Default_.CustomerOrderEN order, int quantity, int number, P2GenNHibernate.EN.Default_.ProductEN product ) { this.init(Id, order, quantity, number, product); }