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();
 }
예제 #8
0
 public EfDanismanDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfOgrenciDal()
 {
     context = new TezContext();
 }
예제 #10
0
 public EfFakulteDal(TezContext tezContext)
 {
     context = tezContext;
 }
예제 #11
0
 public EfDanismanDal()
 {
     context = new TezContext();
 }
예제 #12
0
 public EfFakulteDal()
 {
     context = new TezContext();
 }
 public EfTezFikirDal(TezContext tezContext)
 {
     context = tezContext;
 }
 public EfTezFikirDal()
 {
     context = new TezContext();
 }
예제 #15
0
 public EfBolumDal(TezContext tezContext)
 {
     context = tezContext;
 }
예제 #16
0
 public EfBolumDal()
 {
     context = new TezContext();
 }