source: src/main/java/mk/ukim/finki/eglas/records/TotalCandidacyResults.java@ ac151d1

main
Last change on this file since ac151d1 was ac151d1, checked in by David <darsov2@…>, 11 days ago

initial

  • Property mode set to 100644
File size: 176 bytes
Line 
1package mk.ukim.finki.eglas.records;
2
3import mk.ukim.finki.eglas.model.Candidacy;
4
5public record TotalCandidacyResults (Candidacy candidacy, Long voteCount, Double percent) {}
Note: See TracBrowser for help on using the repository browser.