sozsoft-platform/api/modules/Sozsoft.Sender/WhatsApp/WhatsAppSendResult.cs

8 lines
114 B
C#
Raw Permalink Normal View History

2026-02-24 20:44:16 +00:00
namespace Sozsoft.Sender.WhatsApp;
public class WhatsAppSendResult
{
public bool Success { get; set; }
}