Skip to content

Commit

Permalink
Merge pull request #1035 from abhirana04/patch-9
Browse files Browse the repository at this point in the history
for single demand generation
  • Loading branch information
simar1977 authored Dec 6, 2023
2 parents acb2b90 + cffcce1 commit 2ea4fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public interface SewerageCalculatorDao {

List<String> getTenantId();

List<SewerageDetails> getConnectionsNoList(String tenantId, String connectionType, Long taxPeriodFrom, Long taxPeriodTo );
List<SewerageDetails> getConnectionsNoList(String tenantId, String connectionType, Long taxPeriodFrom, Long taxPeriodTo, String cone );

List<String> getConnectionsNoByLocality(String tenantId, String connectionType, String locality);

Expand Down

0 comments on commit 2ea4fcf

Please sign in to comment.