alexcalingasan / InvoiceManagementApp

InvoiceManagementApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS1729 'PropertyValidator' does not contain a constructor that takes 1 arguments

nguyentuananh921 opened this issue · comments

In InvoiceManagementApp.Application.Invoices.Validators Namespace.
public MustHaveInvoiceItemPropertyValidator() : base("Property {PropertyName} should not be an empty list.")
{

    }
    
    
    I have an error CS1729	'PropertyValidator' does not contain a constructor that takes 1 arguments