CaffGeek/MBACNationals

View on GitHub
Commands/Participant/ReplaceParticipant.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace MBACNationals.Participant.Commands
{
    public class ReplaceParticipant
    {
        public Guid Id { get; set; }
        public Guid AlternateId { get; set; }
    }
}