Exemple #1
0
 public NotesInObjectRepository()
 {
     this.db = new TripContext();
 }
Exemple #2
0
 public TripRepository()
 {
     this.db = new TripContext();
 }
Exemple #3
0
 public PlaceRepository()
 {
     this.db = new TripContext();
 }
Exemple #4
0
 public ApartmentRepository()
 {
     this.db = new TripContext();
 }
Exemple #5
0
 public TransportRepository()
 {
     this.db = new TripContext();
 }