marcellpaganini/dotnetcore-angular-inv-mgmt

Server side validation.

Closed this issue · 0 comments

Use data annotations for common server side validation, such as: string length, min characters, email, phone format etc.

Also add a custom validator to check if a supplier with the same name is already in the database.