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