Разделение сообщения

This commit is contained in:
Халимов Рустам
2026-04-02 22:11:03 +03:00
parent 757142eda7
commit 943699139b
22 changed files with 297 additions and 193 deletions
@@ -0,0 +1,7 @@
namespace Knot.Contracts.Messaging.Domain;
public class PollOption
{
public string Text { get; set; } = string.Empty;
public int VoteCount { get; set; }
}