Ejemplo n.º 1
0
 public Repository(HRSDbContext dbcontext)
 {
     this._dbContext = dbcontext;
 }
Ejemplo n.º 2
0
        // GET: Projects/Create
        public ActionResult Create()
        {
            var model = new HRSDbContext();

            return View();
        }