No Description

AddCommandeCommand.cs 141B

12345678910
  1. using Backend.Models;
  2. using MediatR;
  3. namespace Mediator
  4. {
  5. public class AddCommandeCommand: CommandeDto, IRequest<int>
  6. {
  7. }
  8. }

Powered by TurnKey Linux.