System.out.println("executed Service C");
}
public List<PropertyCriteria> getCriteria() {
return new CriteriaBuilder().build( new PropertyBuilder()
.build("client", new PropertyValueEqualsMatcher("ABC"))
.build("category", new PropertyValueEqualsMatcher("furniture")))
.getCriteria();
}