Ejemplo n.º 1
0
 public Brand GetOne(Expression <Func <Brand, bool> > filter)
 {
     return(_brandDal.GetOne(filter));
 }