Ejemplo n.º 1
0
 public List <Urunler> GetAll()
 {
     return(_urunDal.GetList());
 }
 public List <Urun> GetAll()
 {
     return(_urunDAL.GetList(null, x => x.Kategori));
 }