Files
ironnotify-dotnet/Class1.cs
David Friedel 058d50f99b Initial commit: IronNotify.Client SDK
Event notification SDK for .NET applications with:
- Multi-channel notifications (push, email, SMS, webhooks)
- Fluent event builder API
- Offline queue with automatic retry
- Real-time notifications via SignalR
2025-12-25 09:08:13 +00:00

8 lines
70 B
C#
Executable File

namespace IronNotify.Client
{
public class Class1
{
}
}