예제 #1
0
 public List <Colaborador> Find(Expression <Func <Colaborador, bool> > where)
 {
     return(DAO.Find(where));
 }