Exemplo n.º 1
0
 public List <Fixture> GetAll()
 {
     return(_fixtureDal.GetAll());
 }
Exemplo n.º 2
0
 public List <Fixture> GetList(Expression <Func <Fixture, bool> > filter = null)
 {
     return(_fixtureDal.GetAll(filter));
 }