Exemplo n.º 1
0
        public ActionResult Index()
        {
            var work = new GeekHunterUnitOfWork(new GeekHunterEntities());

            ViewBag.skills = work.Skills.GetAll().ToList();
            return(View());
        }
Exemplo n.º 2
0
 public CRMService()
 {
     this.work = new GeekHunterUnitOfWork(new GeekHunterEntities());
 }