using Infrastructure.Data; using Infrastructure.Web.Mvc.Test; namespace Infrastructure.Web.Mvc { public class TestController : CrudController { public TestController(IRepository repo) : base(repo) { } } }