sledgemapper/Sledgemapper.Api/Notifications/PingNotification.cs

14 lines
395 B
C#

// using Sledgemapper.Shared.Entities;
// namespace Sledgemapper.Api.Notifications
// {
// public class PingNotification : BaseNotification
// {
// public Ping Location { get; private set; }
// public PingNotification(Models.Session session, Ping location, int userId) : base(session, userId)
// {
// Location = location;
// }
// }
// }