public IncidentsViewController(IIncidentsView view, ContentForm contentForm,
     IRegionsComboBoxController regionSelectionController)
 {
     this.view = view;
     this.contentForm = contentForm;
     this.regionSelectionController = regionSelectionController;
 }
Exemplo n.º 2
0
 public IncidentsViewController(IIncidentsView view, ContentForm contentForm,
                                IRegionsComboBoxController regionSelectionController)
 {
     this.view        = view;
     this.contentForm = contentForm;
     this.regionSelectionController = regionSelectionController;
 }