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();
 }