CaffGeek/MBACNationals

View on GitHub
Commands/Scores/DeleteStepladderMatch.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace MBACNationals.Scores.Commands
{
    public class DeleteStepladderMatch
    {
        public Guid Id { get; set; }
        public Guid TournamentId { get; set; }
    }
}