I have a client -> service -> server, architecture, and I want to enter confirmation.
I have dtos that are passed through a service and converted to domain objects on the server.
Tell me if the user enters a value and I need to check this value against the database to see if it exists, and if so, return an error and highlight the field, how would I best do this?
source
share