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