Anapher/Strive

View on GitHub
src/Services/ConferenceManagement/Strive.Infrastructure/Scheduler/IScheduledNotificationWrapper.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace Strive.Infrastructure.Scheduler
{
    public interface IScheduledNotificationWrapper
    {
        string JsonSerialized { get; }
        string TypeName { get; }
    }
}