public SelectionSortController(IMapper mapper, ISelectionSortService selectionSortService)
 {
     this.mapper = mapper;
     this.selectionSortService = selectionSortService;
 }
Пример #2
0
 public SelectionSortServiceTests()
 {
     this.selectionSortService = new SelectionSortService();
 }