move ReceiverCreateDto to commands
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user