add notes and fix up imports

This commit is contained in:
CWX
2025-01-07 13:00:49 +00:00
parent 18d56af3e9
commit 78acaed654
10 changed files with 35 additions and 11 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
using Core.Models.Eft.Common;
using Core.Models.Eft.ItemEvent;
using Core.Models.Eft.Notes;
namespace Core.Controllers;
@@ -14,7 +15,7 @@ public class NoteController
/// <returns></returns>
public ItemEventRouterResponse AddNote(
PmcData pmcData,
NoteActionBody body,
NoteActionData body,
string sessionId)
{
throw new NotImplementedException();
@@ -29,7 +30,7 @@ public class NoteController
/// <returns></returns>
public ItemEventRouterResponse EditNote(
PmcData pmcData,
NoteActionBody body,
NoteActionData body,
string sessionId)
{
throw new NotImplementedException();
@@ -44,7 +45,7 @@ public class NoteController
/// <returns></returns>
public ItemEventRouterResponse DeleteNote(
PmcData pmcData,
NoteActionBody body,
NoteActionData body,
string sessionId)
{
throw new NotImplementedException();