public TestModulesController(IMapper mapper, IUnitOfWork unitOfWork, ITestModuleRepository repository) { this._repository = repository; this._unitOfWork = unitOfWork; this._mapper = mapper; }