Пример #1
0
 public category()
 {
     this.name = new List<AuxEntities.language>();
     this.link_rewrite = new List<AuxEntities.language>();
     this.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.AssociationsCategory();
 }
Пример #2
0
 public category()
 {
     this.name             = new List <AuxEntities.language>();
     this.link_rewrite     = new List <AuxEntities.language>();
     this.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.AssociationsCategory();
 }