Esempio n. 1
0
 public UserEducationHistoryService(IMapper mapper, IUserEducationHistoryRepository repository)
 {
     _mapper     = mapper;
     _repository = repository;
 }