Exemplo n.º 1
0
 public List <Permiso> GetAll()
 {
     return(moduloAdapter.GetAll());
 }
Exemplo n.º 2
0
 public List <ModuloUsuario> GetAll()
 {
     return(ModuloUsuarioData.GetAll());
 }