Moving towards Service Layer example.

This commit is contained in:
Ilkka Seppala
2015-04-13 22:36:52 +03:00
parent 08c3145c47
commit 885ec87e6f
14 changed files with 84 additions and 42 deletions

View File

@ -0,0 +1,5 @@
package com.iluwatar;
public class SpellDaoImpl extends DaoBaseImpl<Spell> {
}