ProductionFile.java 150 B

12345678910
  1. package fr.triplea.demovote.dto;
  2. public record ProductionFile
  3. (
  4. int numeroProduction,
  5. String titre,
  6. String nomArchive,
  7. String archive
  8. )
  9. { }