/ Published in: Java
Expand |
Embed | Plain Text
public interface PlayerDAO { public Player findByName(name); // ... other methods }
You need to login to post a comment.
public interface PlayerDAO { public Player findByName(name); // ... other methods }
You need to login to post a comment.