Ejemplo n.º 1
0
 public InfoObject(InfoObject io)
 {
     this.Id          = io.Id;
     this.Name        = io.Name;
     this.Description = io.Description;
 }
Ejemplo n.º 2
0
 public InfoObject(InfoObject io)
 {
     this.Id = io.Id;
     this.Name = io.Name;
     this.Description = io.Description;
 }