Exemple #1
0
        public ActionResult Index()
        {
            var work = new GeekHunterUnitOfWork(new GeekHunterEntities());

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