Lets consider default ASP.NET MVC application folder structure, so it\'s looks like this:
-App_data -Content -Controllers HomeController.cs -Models Accou
For a small project, it should be part of the Model. For a larger product, the repository and the associated model could be in a separate assembly.