Ejemplo n.º 1
0
 public List <TipoDocumento> FindAll()
 {
     return(documentoRepository.FindAll());
 }