コード例 #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();
 }