Base solution for your next web application
Open Closed

Validation check against database. #7527


User avatar
0
antonis created

I have an AppService that has an update method. I am receiving DateFrom and DateTo and I need to check if entered dates already exist in the database. Usually in aspnet boilerplate where do I perform that check? I want to keep AppServices simple without any database validation logic.

Thanks in advance


1 Answer(s)