Ejemplo n.º 1
0
 public List<Subcategory> choices2NewToDo(final String description, final Category category) {
   return Subcategory.listFor(category);
 }
Ejemplo n.º 2
0
 public List<Subcategory> choices1Categorized(final Category category) {
   return Subcategory.listFor(category);
 }