front y back minimos

This commit is contained in:
2025-08-07 19:19:30 +02:00
parent 11825d7be5
commit b677b5f711
52 changed files with 230 additions and 104 deletions

4
back/Constants.cs Normal file
View File

@@ -0,0 +1,4 @@
public static class Constants
{
public const string Data = "data";
}