コード例 #1
0
 public EmployeeService(HumanResourceDbContext humanResourceDbContext, IMapper mapper)
 {
     _humanResourceDbContext = humanResourceDbContext;
     _mapper = mapper;
 }