Exemple #1
0
 public TourService()
 {
     db = new CityTourEntities();
 }
Exemple #2
0
 public TourService(CityTourEntities ctx)
 {
     db = ctx;
 }
Exemple #3
0
 public PuzzleService()
 {
     db          = new CityTourEntities();
     teamService = new TeamService(db);
 }