コード例 #1
0
 public UsersRepository(WSBEmployeeSelfServiceDataContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
コード例 #2
0
 public LeaveApplicationRepo(WSBEmployeeSelfServiceDataContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }
コード例 #3
0
 public EmployeeRepo(WSBEmployeeSelfServiceDataContext dbContext, IMapper mapper)
 {
     _dbContext = dbContext;
     _mapper    = mapper;
 }