Пример #1
0
 public _Cathegory(String name)
 {
     this.name    = name;
     this.Product = new _Product();
 }
Пример #2
0
 public _Cathegory()
 {
     this.name    = "";
     this.Product = new _Product();
 }