Ejemplo n.º 1
0
 public Article()
 {
     this.User = new ArticleUser();
     Comments  = new StorefrontPagedList <Comment>(new Comment[] { }, 1, 10, 0, null);
 }
Ejemplo n.º 2
0
 public Article()
 {
     this.User = new ArticleUser();
     Comments = new StorefrontPagedList<Comment>(new Comment[] { }, 1, 10, 0, null);
 }