public DataTable List()
 {
     return(_dal.List());
 }
Exemplo n.º 2
0
 public List <Fatura> List(Expression <Func <Fatura, bool> > filter = null)
 {
     return(_dal.List(filter));
 }