public PermutationsController(IPermutationsService permutationsService, IMapper mapper)
 {
     _permutationsService = permutationsService;
     _mapper = mapper;
 }
Example #2
0
 public PermutationController(IPermutationsService permutationsService)
 {
     _permutationsService = permutationsService;
 }