Adding Comunication

This commit is contained in:
2025-10-16 17:05:52 +02:00
parent 5cbbfa1434
commit df622c9232
10 changed files with 109 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
namespace PyroFetes.DTO.ExperienceLevel.Request;
public class GetExperienceLevelDTO
{
public int Id { get; set; }
}