Major update
This commit is contained in:
8
games/Commands/AddGameCommand.cs
Normal file
8
games/Commands/AddGameCommand.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using Games.Entities;
|
||||
using MediatR;
|
||||
|
||||
namespace Games.Commands
|
||||
{
|
||||
public record AddGamesCommand(IEnumerable<Game> games) : IRequest;
|
||||
}
|
||||
Reference in New Issue
Block a user