CaffGeek/MBACNationals

View on GitHub
Events/Tournament/HotelDeleted.cs

Summary

Maintainability
A
0 mins
Test Coverage
using System;

namespace Events.Tournament
{
    public class HotelDeleted
    {
        public Guid Id;
        public Guid HotelId { get; set; }
    }
}