예제 #1
0
 @Override
 public List<Emp> getEmpbyDept(Dept dept) {
   // TODO Auto-generated method stub
   return meetDao.getEmpbyDept(dept);
 }