예제 #1
0
 public IEnumerable <Object> getAllUserByDepartment(Int64 id)
 {
     return(_userDao.getAllUserByDepartment(id));
 }