erp-platform/api/modules/Kurs.Sender/Rocket/RocketChatPostMessageInput.cs
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

7 lines
157 B
C#

namespace Kurs.Sender.Rocket;
public class RocketChatPostMessageInput
{
public string? Channel { get; set; }
public string? Text { get; set; }
}