No Description

AddProprieteCommand.cs 143B

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

Powered by TurnKey Linux.