Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) PerfilDao.GetAllWithErased Examples
Programming Language:
C# (CSharp)
Class/Type:
PerfilDao
Method/Function:
GetAllWithErased
Examples at hotexamples.com:
1
C# (CSharp) PerfilDao.GetAllWithErased - 1 examples found
. These are the top rated real world C# (CSharp) examples of
PerfilDao.GetAllWithErased
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
RecuperarLista(4)
RecuperarPeloId(3)
Delete(3)
GetAll(3)
Select(2)
GetPerfil(2)
Create(2)
ExcluirPeloId(2)
SalvaPerfil(1)
Listar_Perfil_dt(1)
RecuperarQuantidade(1)
Alterar(1)
Salvar(1)
InserirPerfilCidade(1)
Update(1)
VerificarNome(1)
VerificarNomeEId(1)
actualizar(1)
InserirPerfilRetornandoId(1)
GetPerfilSinParametros(1)
InserirPerfilArea(1)
GetUserConParametros(1)
GetPerfiles(1)
AlterarPerfil(1)
GetPerfSinParametros(1)
GetConFiltros(1)
GetByFiltersSinParametros(1)
GetByFilters(1)
GetAllWithErased(1)
ExcluirPerfilArea(1)
DeletarPerfil(1)
ConsultarPerfilPorIdUsuario(1)
Cadastrar(1)
AlterarPerfilCidade(1)
crear(1)
Frequently Used Methods
RecuperarLista (4)
RecuperarPeloId (3)
Delete (3)
GetAll (3)
Select (2)
GetPerfil (2)
Create (2)
ExcluirPeloId (2)
SalvaPerfil (1)
Listar_Perfil_dt (1)
Frequently Used Methods
RecuperarQuantidade (1)
Alterar (1)
Salvar (1)
InserirPerfilCidade (1)
Update (1)
VerificarNome (1)
VerificarNomeEId (1)
actualizar (1)
InserirPerfilRetornandoId (1)
GetPerfilSinParametros (1)
InserirPerfilArea (1)
GetUserConParametros (1)
GetPerfiles (1)
AlterarPerfil (1)
GetPerfSinParametros (1)
GetConFiltros (1)
GetByFiltersSinParametros (1)
GetByFilters (1)
GetAllWithErased (1)
ExcluirPerfilArea (1)
Frequently Used Methods
InserirPerfilArea (1)
GetUserConParametros (1)
GetPerfiles (1)
AlterarPerfil (1)
GetPerfSinParametros (1)
GetConFiltros (1)
GetByFiltersSinParametros (1)
GetByFilters (1)
GetAllWithErased (1)
ExcluirPerfilArea (1)
DeletarPerfil (1)
ConsultarPerfilPorIdUsuario (1)
Cadastrar (1)
AlterarPerfilCidade (1)
crear (1)
Frequently Used Methods
DeletarPerfil (1)
ConsultarPerfilPorIdUsuario (1)
Cadastrar (1)
AlterarPerfilCidade (1)
crear (1)
Example #1
0
Show file
File:
PerfilService.cs
Project:
PAVI3K5/modulo1_gestionUsuariosYPerfiles
public IList <Perfil> recuperarTodosConBorrados() { return(oPerfilDao.GetAllWithErased()); }
x