1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-06-30 10:52:41 +03:00

docs: more code comments and minor style refactoring

This commit is contained in:
2026-05-24 08:28:09 +00:00
parent d5f5f54eb7
commit bb6f9d493d
18 changed files with 368 additions and 77 deletions
+3
View File
@@ -3,6 +3,9 @@ using BonchCalendar.Health;
namespace BonchCalendar;
/// <summary>
/// Custom JSON serializer context for static serialization/deserialization of requests and responses
/// </summary>
[JsonSerializable(typeof(string))]
[JsonSerializable(typeof(string[]))]
[JsonSerializable(typeof(int))]