NiraParikh 5 years ago
parent
commit
a42c60c27f

+ 1
- 1
src/main/java/io/zipcoder/tc_spring_poll_application/dtos/OptionCount.java View File

21
             this.count = count;
21
             this.count = count;
22
         }
22
         }
23
     }
23
     }
24
-}
24
+

+ 1
- 1
src/main/java/io/zipcoder/tc_spring_poll_application/dtos/VoteResult.java View File

23
             this.results = results;
23
             this.results = results;
24
         }
24
         }
25
     }
25
     }
26
-}
26
+