Compare commits

..

No commits in common. "4f511bf0663f556f851b4682eecf0a4b8a19eab3" and "58a4c87661d0ad394fa250d6e4b2986720a3cd29" have entirely different histories.

View File

@ -4,6 +4,5 @@ public enum Role {
Teacher,
Student,
Admin,
InscriptionService,
Secretary;
}