Exemplo n.º 1
0
 public AboutController(IAbout view)
 {
     _view = view;
     view.SetController(this);
 }