I have a wrapper class in which all classes those have validations or not are existing and second wrapper class with only required classes which will be filled by client and exposed to client side. once the client's request comes to webapi then i fill first
wrapper class. And now i need to validate first wrapper class. How can i do that, please help me to sort out this problem.
Go to the complete details ...