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

            return View();
        }