public Images(TeletraanServiceContext context) { imageDAO = context.getImageDAO(); authorizer = context.getAuthorizer(); healthCheckHandler = new HealthCheckHandler(context); }
public HostTypes(TeletraanServiceContext context) { hostTypeDAO = context.getHostTypeDAO(); }