Example #1
0
 public UserController()
 {
     db   = new GuideContext();
     _vdb = new GuideViewContext();
 }
Example #2
0
 public UserController()
 {
     _context  = new GuideContext();
     _vcontext = new GuideViewContext();
 }
Example #3
0
 public PlaceController()
 {
     _context  = new GuideContext();
     _vcontext = new GuideViewContext();
 }
Example #4
0
        // PUT: api/Places/5

        public CheckPointController()
        {
            db  = new GuideContext();
            _db = new GuideViewContext();
        }