Exemplo n.º 1
0
 public List<EmailAccount> getEmailAccountsByProvider(String provider) {
   return emailDAO.getEmailAccountsByProvider(provider);
 }