Files
SIG-CM2.0/src/api/SIGCM2.Application/IngresosBrutos/Deactivate/DeactivateIngresosBrutosCommand.cs

4 lines
119 B
C#

namespace SIGCM2.Application.IngresosBrutos.Deactivate;
public sealed record DeactivateIngresosBrutosCommand(int Id);