Skip to content

Commit

Permalink
update userservice class
Browse files Browse the repository at this point in the history
update userservice class
  • Loading branch information
leelance committed Jun 20, 2016
1 parent 3d947ba commit 6720f40
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,21 @@ public class UserServiceImpl implements UserService {

@Override
public UserInfo findOne(int id) {
// TODO Auto-generated method stub
return null;
}

@Override
public List<UserInfo> findByAccount(String account) {
// TODO Auto-generated method stub
return null;
}

@Override
public void update(UserInfo info) {
// TODO Auto-generated method stub

}

@Override
public void save(UserInfo info) {
// TODO Auto-generated method stub

}
}
}

0 comments on commit 6720f40

Please sign in to comment.