This commit is contained in:
Alessandro Pieve 2016-10-11 14:46:33 +00:00
parent 2ad8e96b4e
commit 31e6be1ed4
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@ public class AccountingPersistenceQuery implements AccountingPersistenceBackendQ
TemporalConstraint temporalConstraint, Filter applicant)
throws Exception {
// TODO Auto-generated method stub
return null;
return AccountingPersistenceBackendQueryFactory.getInstance()
.getUsageValue(clz, temporalConstraint, applicant);
}
}