コード例 #1
0
ファイル: UserDaoProxy.java プロジェクト: hnulong/learngit
  @Override
  public List<User> getUserList() {

    return dao.getUserList();
  }