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