Exemplo n.º 1
0
 @Override
 public List<Weight> getWeightsByPage(ServiceContext context, JPagination pagination) {
   return weightMapper.getWeightsByPage(pagination);
 }
Exemplo n.º 2
0
 @Override
 public List<Weight> getWeightByName(ServiceContext context, String userName) {
   return weightMapper.getWeightByName(userName);
 }