chore: project clean

This commit is contained in:
2025-09-20 23:26:06 +03:00
parent 44881818a2
commit 3b321d0ff4
12 changed files with 81 additions and 245 deletions

View File

@@ -3,5 +3,5 @@ namespace GamificationService.Models.BasicResponses;
public class BasicResponse
{
public short Code { get; set; }
public string Message { get; set; }
public string Message { get; set; } = "";
}