Exemplo n.º 1
0
 public TeamStatistic Get(Expression <Func <TeamStatistic, bool> > filter)
 {
     return(_teamStatistic.GetById(filter));
 }