Esempio n. 1
0
 public HeapSortController(IMapper mapper, IHeapSortService heapSortService)
 {
     this.mapper          = mapper;
     this.heapSortService = heapSortService;
 }
 public HeapSortServiceTests()
 {
     this.heapSortService = new HeapSortService();
 }