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:
@@ -1,3 +1,7 @@
|
||||
namespace BonchCalendar;
|
||||
|
||||
/// <summary>
|
||||
/// Response body object for /stats endpoint.
|
||||
/// </summary>
|
||||
/// <param name="ActiveUsers">Number of active users.</param>
|
||||
public record StatsResponse(int ActiveUsers);
|
||||
|
||||
Reference in New Issue
Block a user