示例#1
0
 public AdviceModel(UnamedWebsiteService w)
 {
     this.w      = w;
     this.advice = null;
 }
 public ConfessionsModel(UnamedWebsiteService w)
 {
     this.w        = w;
     this.Comments = new List <Comment>();
     this.Confs    = new List <Confession>();
 }