public List <Uye> GetByOnay(bool onay) { return(_uyeRepo.GetAll(a => a.Onay == onay).ToList()); }
public ICollection <Uye> GetAll() { return(_uyeDAL.GetAll()); }