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

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