9 lines
188 B
C#
9 lines
188 B
C#
using FluentValidation;
|
|
|
|
namespace Back.Validations
|
|
{
|
|
//public class TaxSystemRules : AbstractValidator<Tuple<InvoiceHeaderDto, List<InvoiceBodyDto>, PaymentDto>>
|
|
//{
|
|
//}
|
|
}
|