Ejemplo n.º 1
0
 public NewPostPresenter(INewPostView view, IBlogSystemData data)
 {
     this.view = view;
     this.Data = data;
 }
Ejemplo n.º 2
0
 public NewPostPresenter(INewPostView view)
 {
     this.view = view;
 }