Ejemplo n.º 1
0
 public Handbook(string id, string name, HandbookType handbookType, int lineCount)
 {
     this.id           = id;
     this.name         = name;
     this.handbookType = handbookType;
     this.lineCount    = lineCount;
 }
Ejemplo n.º 2
0
 public Handbook(string id, string name, HandbookType handbookType)
 {
     this.id           = id;
     this.name         = name;
     this.handbookType = handbookType;
 }