public UpdateEmployeeLastNameCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }
public FetchAllInfoCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }
public SaveTimeOutCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }
public SaveInfoCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }
public CheckEmployeeAgeCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }
public UpdateEmployeeAddressCommandHandler(IEManagerDbContext dbContext) { this.dbContext = dbContext; }