public Gider Get(Gider entity) { return(dal.Get(entity)); }
public Gider Get(Expression <Func <Gider, bool> > filter) { return(dal.Get(filter)); }