Beispiel #1
0
 @Override
 public User GetUserInfoById(int id) {
   // TODO Auto-generated method stub
   return dao.GetUserInfoById(id);
 }