Пример #1
0
 public manufacturer()
 {
     this.description       = new List <AuxEntities.language>();
     this.short_description = new List <AuxEntities.language>();
     this.meta_title        = new List <AuxEntities.language>();
     this.meta_description  = new List <AuxEntities.language>();
     this.meta_keywords     = new List <AuxEntities.language>();
     this.associations      = new AuxEntities.AssociationsManufacturer();
 }
 public manufacturer()
 {
     this.description = new List<AuxEntities.language>();
     this.short_description = new List<AuxEntities.language>();
     this.meta_title = new List<AuxEntities.language>();
     this.meta_description = new List<AuxEntities.language>();
     this.meta_keywords = new List<AuxEntities.language>();
     this.associations = new AuxEntities.AssociationsManufacturer();
 }