Esempio n. 1
0
 @Test
 public void findByCompanyId() {
   System.out.println(roleDao.findByCompanyId(21));
 }