Example #1
0
 public FlightRepository(FlightScheduleContext context)
 {
     _context = context;
 }
 protected PersistenceTest()
 {
     scope          = new TransactionScope();
     this.DbContext = new FlightScheduleContext();
 }