Esempio n. 1
0
 public List <Brand> ListThem(Expression <Func <Brand, bool> > filter = null)
 {
     return(_brandDal.ListThem(filter));
 }