Ejemplo n.º 1
0
 private void LoadData()
 {
     _view.LoadData(_postRepository.GetPostByID(_webContext.PostID), _postRepository.GetPostsByThreadID(_webContext.PostID));
 }