Files
SIG-CM2.0/src/api/SIGCM2.Application/IngresosBrutos/Reactivate/ReactivateIngresosBrutosCommand.cs

4 lines
119 B
C#

namespace SIGCM2.Application.IngresosBrutos.Reactivate;
public sealed record ReactivateIngresosBrutosCommand(int Id);