add list user and part of user page

This commit is contained in:
Thibaut Valentin 2024-01-22 22:52:35 +01:00
parent 6f590cdaf7
commit ca7790bfdf

View File

@ -1,5 +1,5 @@
package fr.titionfire.ffsaf.utils;
public enum Genre {
H, F
H, F, NA
}