/// <summary>
 /// Initialises a new instance of the <see cref="ListSolutionsHandler"/> class.
 /// </summary>
 public ListSolutionsHandler(SolutionListReader solutionListReader, IMapper mapper)
 {
     _solutionListReader = solutionListReader;
     _mapper             = mapper;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ListSolutionsHandler"/> class.
 /// </summary>
 /// <param name="solutionListReader">A <see cref="solutionListReader"/> instance.</param>
 /// <param name="mapper">An <see cref="IMapper"/> instance.</param>
 public ListSolutionsHandler(SolutionListReader solutionListReader, IMapper mapper)
 {
     this.solutionListReader = solutionListReader;
     this.mapper             = mapper;
 }