Work on DAO example.

This commit is contained in:
Ilkka Seppala
2015-04-13 21:22:03 +03:00
parent 0bded40738
commit 82eebeaee0
8 changed files with 188 additions and 45 deletions
@@ -0,0 +1,5 @@
package com.iluwatar;
public class WizardDao extends DaoBase<Wizard> {
}