feat: upgraded to .NET 10 + add API app

This commit is contained in:
Helnesis
2026-05-16 12:16:12 +02:00
parent 6fba038bfb
commit 4115c782f4
33 changed files with 495 additions and 165 deletions

View File

@@ -0,0 +1,2 @@
namespace Bahla.Domain.Enums;
public enum Gender { Male, Female, }