Exemplo n.º 1
0
 public void Init()
 {
     this.photos   = ObjectsFactory.GetPhotoRepository();
     this.comments = ObjectsFactory.GetCommentRepository();
 }