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