public GetEmployeeByIdQueryHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
예제 #2
0
 public UpdateEmployeeCommandHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
예제 #3
0
 public GetDepartmentsQueryHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
 public GetJobsQueryHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
예제 #5
0
 public GetAddressTypesQueryHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
 public GetManagersQueryHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }
 public AddAddressCommandHandler(EmployeeDevContext _context)
 {
     this._context = _context;
 }