This is probably a really silly question, but I can't seem to find an answer for it. In my model classes, I always have to add in a couple of lines of using statements - for example
using System.ComponentModel.DataAnnotations
Is there any way to have that namespace included automatically in every model class so I don't have to type it in every time?
Thanks