CaffGeek/MBACNationals

View on GitHub
Events/Tournament/ChangeNotificationCutoffChanged.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace Events.Tournament
{
    public class ChangeNotificationCutoffChanged
    {
        public Guid Id;
        public String CutoffDate { get; set; }
    }
}