Files
SIG-CM2.0/src/api/SIGCM2.Application/Rubros/Move/MoveRubroCommand.cs

4 lines
126 B
C#
Raw Normal View History

namespace SIGCM2.Application.Rubros.Move;
public sealed record MoveRubroCommand(int Id, int? NuevoParentId, int NuevoOrden);