mirror of
https://github.com/Govor-team/Govor.git
synced 2026-09-17 16:22:49 +00:00
3ec61fa2c0
was added removing messages many fixes bugs and moving to result pattern from throwing exceptions
7 lines
184 B
C#
7 lines
184 B
C#
namespace Govor.Contracts.Requests.SignalR;
|
|
|
|
public class RemoveMessageRequest
|
|
{
|
|
public Guid MessageId { get; set; }
|
|
public RemoveMessageRequestType RequestType { get; set; }
|
|
} |