This commit is contained in:
parent
17d6cd28d6
commit
7e3e645fc9
48 changed files with 1530 additions and 1538 deletions
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using Sledgemapper.Shared.Entities;
|
||||
|
||||
namespace Sledgemapper.Api.Commands
|
||||
|
@ -6,7 +7,7 @@ namespace Sledgemapper.Api.Commands
|
|||
{
|
||||
public Note Note { get; private set; }
|
||||
|
||||
public DeleteNoteCommand(string sessionName, Note note, string userId) : base(sessionName, userId)
|
||||
public DeleteNoteCommand(Guid campaign, Guid mapName, Note note, string userId) : base(campaign, mapName, userId)
|
||||
{
|
||||
Note = note;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue