public product_option()
 {
     this.name         = new List <AuxEntities.language>();
     this.public_name  = new List <AuxEntities.language>();
     this.associations = new AuxEntities.AssociationsProductOption();
 }
Esempio n. 2
0
 public product_option()
 {
     this.name = new List<AuxEntities.language>();
     this.public_name = new List<AuxEntities.language>();
     this.associations = new AuxEntities.AssociationsProductOption();
 }