views:

128

answers:

0

I would like to use the DataAnnotations on my transfer objects. However how do I call them in the business layer to verify the input?

Is this by some method call or reflection?

I do not use ASP.NET but standard ASP.NET and would like to call the data annotations in the business layer.