Ejemplo n.º 1
0
 public IList <Colaborador> ListarColaborador()
 {
     return(ColaboradorDAO.ListarTodos());
 }