feat(adm-009): TipoDeIva + IngresosBrutos handlers, DTOs, DI registration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using SIGCM2.Domain.Fiscal;
|
||||
|
||||
namespace SIGCM2.Application.IngresosBrutos.Create;
|
||||
|
||||
public sealed record CreateIngresosBrutosCommand(
|
||||
ProvinciaArgentina Provincia,
|
||||
string Descripcion,
|
||||
decimal Alicuota,
|
||||
DateOnly VigenciaDesde,
|
||||
DateOnly? VigenciaHasta = null);
|
||||
Reference in New Issue
Block a user