4 lines
119 B
C#
4 lines
119 B
C#
|
|
namespace SIGCM2.Application.IngresosBrutos.Deactivate;
|
||
|
|
|
||
|
|
public sealed record DeactivateIngresosBrutosCommand(int Id);
|