Ejemplo n.º 1
0
 public STU_RELATION(STU_RELATION temp)
 {
     this.relship_id    = temp.relship_id;
     this.relation_type = temp.relation_type;
 }
Ejemplo n.º 2
0
 public STU_RELATION(RELLISTYPE type)
 {
     relation_type = type;
 }