Exemplo n.º 1
0
 public ArticleLister(ClienBoard board, string id, int page)
 {
     this.board = board;
     this.id    = id;
     this.page  = page;
 }
Exemplo n.º 2
0
 public ClienArticle(ClienBoard board, string id)
 {
     this.board = board;
     this.id    = id;
     HasImage   = false;
 }