fix: last-name to upper case

This commit is contained in:
2024-08-03 17:12:03 +02:00
parent a57492ac19
commit b766525000
5 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
package fr.titionfire.ffsaf.utils;
import io.quarkus.runtime.annotations.RegisterForReflection;
@RegisterForReflection
public enum Genre {
H("Homme"),
F("Femme"),