CaffGeek/MBACNationals

View on GitHub
Commands/Participant/UpdateParticipant.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace MBACNationals.Participant.Commands
{
    public class UpdateParticipant : CreateParticipant { }
}