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) ICategoriaService.GetByName Examples
Programming Language:
C# (CSharp)
Class/Type:
ICategoriaService
Method/Function:
GetByName
Examples at hotexamples.com:
1
C# (CSharp) ICategoriaService.GetByName - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ICategoriaService.GetByName
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetAll(24)
Delete(16)
Adicionar(10)
GetById(10)
Get(10)
Create(10)
Add(8)
Atualizar(8)
Alterar(5)
AddCategoria(3)
GetByIdAsync(3)
Cadastrar(3)
Excluir(3)
Deletar(3)
GetByEmpresa(2)
GetAllAsync(2)
FindById(2)
FindByCode(2)
Eliminar(2)
Dispose(2)
DeleteAsync(2)
Actualizar(2)
AtualizarAsync(2)
AddAsync(2)
AdicionarCategoria(2)
BuscarPorIdAsync(1)
AgregarEditarCategiriasAsync(1)
FindAllAsync(1)
FindAsync(1)
AlterarStatusCategoria(1)
AlterarItem(1)
FindByIdAsync(1)
GeneroPorId(1)
AlterAsync(1)
All(1)
GetAllCategoriaAsync(1)
GetAllAtivas(1)
FiltrarDespesasPorCategoria(1)
AgregarCategoria(1)
GetByIdTipoInteiro(1)
GetByName(1)
GetBySearch(1)
GetCategoria(1)
GetCategoriaAsList(1)
GetCategoriaByID(1)
GetCategoriaById(1)
FiltrarReceitasPorCategoria(1)
ExisteCategoriaId(1)
ExisteCategoriaYNoNula(1)
Buscar(1)
Frequently Used Methods
GetAll (24)
Delete (16)
Adicionar (10)
GetById (10)
Get (10)
Create (10)
Add (8)
Atualizar (8)
Alterar (5)
AddCategoria (3)
Frequently Used Methods
GetByIdAsync (3)
Cadastrar (3)
Excluir (3)
Deletar (3)
GetByEmpresa (2)
GetAllAsync (2)
FindById (2)
FindByCode (2)
Eliminar (2)
Dispose (2)
DeleteAsync (2)
Actualizar (2)
AtualizarAsync (2)
AddAsync (2)
AdicionarCategoria (2)
BuscarPorIdAsync (1)
AgregarEditarCategiriasAsync (1)
FindAllAsync (1)
FindAsync (1)
AlterarStatusCategoria (1)
Frequently Used Methods
DeleteAsync (2)
Actualizar (2)
AtualizarAsync (2)
AddAsync (2)
AdicionarCategoria (2)
BuscarPorIdAsync (1)
AgregarEditarCategiriasAsync (1)
FindAllAsync (1)
FindAsync (1)
AlterarStatusCategoria (1)
AlterarItem (1)
FindByIdAsync (1)
GeneroPorId (1)
AlterAsync (1)
All (1)
GetAllCategoriaAsync (1)
GetAllAtivas (1)
FiltrarDespesasPorCategoria (1)
AgregarCategoria (1)
GetByIdTipoInteiro (1)
GetByName (1)
GetBySearch (1)
GetCategoria (1)
GetCategoriaAsList (1)
GetCategoriaByID (1)
GetCategoriaById (1)
FiltrarReceitasPorCategoria (1)
ExisteCategoriaId (1)
ExisteCategoriaYNoNula (1)
Buscar (1)
Frequently Used Methods
AlterarItem (1)
FindByIdAsync (1)
GeneroPorId (1)
AlterAsync (1)
All (1)
GetAllCategoriaAsync (1)
GetAllAtivas (1)
FiltrarDespesasPorCategoria (1)
AgregarCategoria (1)
GetByIdTipoInteiro (1)
GetByName (1)
GetBySearch (1)
GetCategoria (1)
GetCategoriaAsList (1)
GetCategoriaByID (1)
GetCategoriaById (1)
FiltrarReceitasPorCategoria (1)
ExisteCategoriaId (1)
ExisteCategoriaYNoNula (1)
Buscar (1)
CategoriaModificar (1)
CategoriaPorId (1)
CategoriasConPaginacion (1)
CommitAsync (1)
ConsultaId (1)
Consultar (1)
Crear (1)
CrearActualizar (1)
BuscarId (1)
Criar (1)
DeletarCategoria (1)
BuscarPorId (1)
Adcionar (1)
AtualizarCategoria (1)
DeleteCategoria (1)
DesactivarActivarCategoriaAsync (1)
Edit (1)
Editar (1)
Ativas (1)
EliminarCategoria (1)
Example #1
0
Show file
File:
CategoriaAppService.cs
Project:
marqueslu/bookshare
public IEnumerable <Categoria> GetByName(string nome) { return(_categoriaService.GetByName(nome)); }
x