public EfTezDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfProjeDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfTezDal()
 {
     context = new TezContext();
 }
 public EfCiktiDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfProjeDal()
 {
     context = new TezContext();
 }
 public EfOgrenciDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfCiktiDal()
 {
     context = new TezContext();
 }
Ejemplo n.º 8
0
 public EfDanismanDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfOgrenciDal()
 {
     context = new TezContext();
 }
Ejemplo n.º 10
0
 public EfFakulteDal(TezContext tezContext)
 {
     context = tezContext;
 }
Ejemplo n.º 11
0
 public EfDanismanDal()
 {
     context = new TezContext();
 }
Ejemplo n.º 12
0
 public EfFakulteDal()
 {
     context = new TezContext();
 }
 public EfTezFikirDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfTezFikirDal()
 {
     context = new TezContext();
 }
Ejemplo n.º 15
0
 public EfBolumDal(TezContext tezContext)
 {
     context = tezContext;
 }
Ejemplo n.º 16
0
 public EfBolumDal()
 {
     context = new TezContext();
 }