Ejemplo n.º 1
0
 public TestIssuesController(IMapper mapper, IUnitOfWork unitOfWork, ITestIssueRepository repository)
 {
     this._unitOfWork = unitOfWork;
     this._mapper     = mapper;
     this._repository = repository;
 }