Exemplo n.º 1
0
 public TaskUtilities(int harvestid, Properties props, ServletContext ctx, Contributor c) {
   daofactory = DAOFactory.getDAOFactory();
   this.props = props;
   this.ctx = ctx;
   this.c = c;
   this.harvestid = harvestid;
 }