Ejemplo n.º 1
0
 public Notlar Get(Notlar entity)
 {
     return(dal.Get(entity));
 }
 public Notlar Get(Expression <Func <Notlar, bool> > filter)
 {
     return(dal.Get(filter));
 }