Exemplo n.º 1
0
 public RehberRepository()
 {
     context = new TourCompanyDbContext();
 }
Exemplo n.º 2
0
 public OdemeTipiRepository()
 {
     context = new TourCompanyDbContext();
 }
Exemplo n.º 3
0
 public DilRepository()
 {
     context = new TourCompanyDbContext();
 }
Exemplo n.º 4
0
 public TuristRepository()
 {
     context = new TourCompanyDbContext();
 }
 public GezilecekYerRepository()
 {
     context = new TourCompanyDbContext();
 }
Exemplo n.º 6
0
 public FaturaRepository()
 {
     context = new TourCompanyDbContext();
 }