Exemplo n.º 1
0
 public static AuthorRepoService getBean()
 {
     if (authorRepoService == null)
     {
         authorRepoService = new AuthorRepoImpl();
     }
     return(authorRepoService);
 }
Exemplo n.º 2
0
 public AuthorImpl()
 {
     authorRepoService = AuthorRepoServiceBean.getBean();
 }