Esempio n. 1
0
        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;
        }
Esempio n. 2
0
 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);
 }