Exemplo n.º 1
0
 public List <Address> ListThem(Expression <Func <Address, bool> > filter = null)
 {
     return(_addressDal.ListThem(filter));
 }