4 lines
109 B
C#
4 lines
109 B
C#
|
|
namespace SIGCM2.Application.Rubros.Update;
|
||
|
|
|
||
|
|
public sealed record UpdateRubroCommand(int Id, string Nombre);
|