4 lines
102 B
C#
4 lines
102 B
C#
|
|
namespace SIGCM2.Application.Rubros.Deactivate;
|
||
|
|
|
||
|
|
public sealed record DeactivateRubroCommand(int Id);
|