docker
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using FluentValidation;
|
||||
using TaxCollectData.Library.Dto.Content;
|
||||
|
||||
namespace Back.Validations
|
||||
{
|
||||
public class TaxSystemRules : AbstractValidator<Tuple<InvoiceHeaderDto, List<InvoiceBodyDto>, PaymentDto>>
|
||||
{
|
||||
}
|
||||
//public class TaxSystemRules : AbstractValidator<Tuple<InvoiceHeaderDto, List<InvoiceBodyDto>, PaymentDto>>
|
||||
//{
|
||||
//}
|
||||
}
|
||||
|
Reference in New Issue
Block a user