No Description

AddLigneCommandeCommand.cs 151B

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

Powered by TurnKey Linux.