CaffGeek/MBACNationals

View on GitHub
Events/Participant/ParticipantGenderReassigned.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace Events.Participant
{
    public class ParticipantGenderReassigned
    {
        public Guid Id;
        public string Gender;
    }
}