10 lines
224 B
C#
10 lines
224 B
C#
![]() |
using FluentValidation;
|
|||
|
using TaxCollectData.Library.Dto.Content;
|
|||
|
|
|||
|
namespace Back.Validations
|
|||
|
{
|
|||
|
public class TaxSystemRules : AbstractValidator<Tuple<InvoiceHeaderDto, List<InvoiceBodyDto>, PaymentDto>>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|