source: backend/src/main/java/mk/finki/roomreservation/model/ActivateAccountRequest.java

Last change on this file was 09e02d7, checked in by Nikola Sarafimov <sarafimov.nikola12345@…>, 4 days ago

Final room reservation system implementation

  • Property mode set to 100644
File size: 134 bytes
RevLine 
[09e02d7]1package mk.finki.roomreservation.model;
2
3public record ActivateAccountRequest(
4 String identifier,
5 String password
6) {}
Note: See TracBrowser for help on using the repository browser.