Пример #1
0
 public HmCategory(Group group)
 {
     this.group = group;
 }
Пример #2
0
 public HmCategory()
 {
     this.group = new Group();
 }