예제 #1
0
 public ScheduleRepository()
 {
     _db = new ContosoShuttleContext();
 }
예제 #2
0
 private DestinationImageRepository(string connectionString)
 {
     _db = new ContosoShuttleContext(connectionString);
 }