move ReceiverCreateDto to commands

This commit is contained in:
2025-08-29 10:01:17 +02:00
parent e49be2b7c3
commit 8783cb9cd8
7 changed files with 7 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public class HistoryTests
// Assert
Assert.That(id, Is.Not.Null);
// ReadHistory sorgusu
// ReadHistory query
var query = new ReadHistoryQuery(1);
var result = await Mediator.Send(query);