Exemplo n.º 1
0
 public ApplicationListPresenter(
     IApplicationRepository applications,
     IApplicationListItemMapper mapper,
     IStateFilter stateFilter,
     IStateConfig stateConfig,
     IApplicationGrouper grouper)
 {
     _applications = applications;
     _mapper       = mapper;
     _stateFilter  = stateFilter;
     _stateConfig  = stateConfig;
     _grouper      = grouper;
 }
Exemplo n.º 2
0
		public ApplicationListPresenter(
			IApplicationRepository applications,
			IApplicationListItemMapper mapper,
			IStateFilter stateFilter,
			IStateConfig stateConfig,
			IApplicationGrouper grouper)
		{
			_applications = applications;
			_mapper = mapper;
			_stateFilter = stateFilter;
			_stateConfig = stateConfig;
			_grouper = grouper;
		}