ping on map feature complete
This commit is contained in:
parent
17cce56866
commit
bce97de302
19 changed files with 1002 additions and 233 deletions
13
Sledgemapper.Api/Commands/PingCommand.cs
Normal file
13
Sledgemapper.Api/Commands/PingCommand.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// using Sledgemapper.Shared.Entities;
|
||||
|
||||
// namespace Sledgemapper.Api.Commands
|
||||
// {
|
||||
// public class PingCommand : BaseCommand<bool>
|
||||
// {
|
||||
// public Ping Location { get; private set; }
|
||||
// public PingCommand(string sessionName, Ping location, int userId) : base(sessionName, userId)
|
||||
// {
|
||||
// Location = location;
|
||||
// }
|
||||
// }
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue