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