Example #1
0
 public RehberRepository()
 {
     context = new TourCompanyDbContext();
 }
Example #2
0
 public OdemeTipiRepository()
 {
     context = new TourCompanyDbContext();
 }
 public DilRepository()
 {
     context = new TourCompanyDbContext();
 }
Example #4
0
 public TuristRepository()
 {
     context = new TourCompanyDbContext();
 }
 public GezilecekYerRepository()
 {
     context = new TourCompanyDbContext();
 }
Example #6
0
 public FaturaRepository()
 {
     context = new TourCompanyDbContext();
 }