Exemplo n.º 1
0
 public List <Idioma> RetrieveAll()
 {
     return(factory.RetrieveAll <Idioma>());
 }
 public List <Idioma> RetrieveAll()
 {
     return(crudIdioma.RetrieveAll <Idioma>());
 }