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