using Backend.Models; using MediatR; namespace Mediator { public class AddCommandeCommand: CommandeDto, IRequest<int> { } }
Powered by TurnKey Linux.