Guest User

Untitled

a guest
Dec 15th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. List<Data> listOfData = DAO.getInstance().findbyId(Id);
  2. listOfDataBos = BoHelper.wrapList(listOfData);
  3.  
  4. listOfDataBos = BoHelper.wrapList(DAO.getInstance().findbyId(Id));
Add Comment
Please, Sign In to add comment