WebApi + ClientApp, GraphQL, Reflection
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MediatR;
|
||||
|
||||
namespace MobilityOne.Common.Commands;
|
||||
|
||||
public class DeleteCommand<TDto, TPK>(TPK id) : IRequest
|
||||
{
|
||||
public TPK Id { get; set; } = id;
|
||||
}
|
||||
Reference in New Issue
Block a user