Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) ILocalService.Dispose示例
编程语言:
C# (CSharp)
类/类型:
ILocalService
方法/功能:
Dispose
hotexamples.com的示例:
1
C# (CSharp) ILocalService.Dispose - 已找到1个示例
。这些是从开源项目中提取的最受好评的
ILocalService.Dispose
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Delete(6)
Get(6)
Obter(3)
Remover(3)
ObterTodos(3)
GetList(2)
GetTipo(2)
GetTiposList(2)
Inserir(2)
Insert(2)
ListarLocais(2)
GetPagedList(2)
Editar(2)
FindAll(2)
Atualizar(2)
ObterDTO(1)
SaveOrUpdateImagen(1)
GetProductOptions(1)
GetProducts(1)
GetProductsByCategory(1)
GetProductsByKeyword(1)
GetStoreCategory(1)
GetStoreProduct(1)
SaveOrUpdate(1)
ObterLocal(1)
GetTiposPagedList(1)
GuessWhat(1)
RemoveProduct(1)
ObterTodosDTO(1)
ObterPorNome(1)
ObterPorId(1)
GetProductById(1)
Add(1)
GetLocationById(1)
FindById(1)
AddOrUpdateStoreCategory(1)
AddOrUpdateStoreProduct(1)
Adicionar(1)
AdicionarLocal(1)
AtualizarLocal(1)
ChangeDescription(1)
Create(1)
DeleteLocal(1)
DeleteStoreProduct(1)
DeleteTipo(1)
Dispose(1)
GetAll(1)
GetLocalById(1)
GetAllListAsync(1)
GetAllOptions(1)
常用方法
Delete (6)
Get (6)
Obter (3)
Remover (3)
ObterTodos (3)
GetList (2)
GetTipo (2)
GetTiposList (2)
Inserir (2)
Insert (2)
常用方法
ListarLocais (2)
GetPagedList (2)
Editar (2)
FindAll (2)
Atualizar (2)
ObterDTO (1)
SaveOrUpdateImagen (1)
GetProductOptions (1)
GetProducts (1)
GetProductsByCategory (1)
GetProductsByKeyword (1)
GetStoreCategory (1)
GetStoreProduct (1)
SaveOrUpdate (1)
ObterLocal (1)
GetTiposPagedList (1)
GuessWhat (1)
RemoveProduct (1)
ObterTodosDTO (1)
ObterPorNome (1)
常用方法
GetProductsByKeyword (1)
GetStoreCategory (1)
GetStoreProduct (1)
SaveOrUpdate (1)
ObterLocal (1)
GetTiposPagedList (1)
GuessWhat (1)
RemoveProduct (1)
ObterTodosDTO (1)
ObterPorNome (1)
ObterPorId (1)
GetProductById (1)
Add (1)
GetLocationById (1)
FindById (1)
AddOrUpdateStoreCategory (1)
AddOrUpdateStoreProduct (1)
Adicionar (1)
AdicionarLocal (1)
AtualizarLocal (1)
ChangeDescription (1)
Create (1)
DeleteLocal (1)
DeleteStoreProduct (1)
DeleteTipo (1)
Dispose (1)
GetAll (1)
GetLocalById (1)
GetAllListAsync (1)
GetAllOptions (1)
常用方法
ObterPorId (1)
GetProductById (1)
Add (1)
GetLocationById (1)
FindById (1)
AddOrUpdateStoreCategory (1)
AddOrUpdateStoreProduct (1)
Adicionar (1)
AdicionarLocal (1)
AtualizarLocal (1)
ChangeDescription (1)
Create (1)
DeleteLocal (1)
DeleteStoreProduct (1)
DeleteTipo (1)
Dispose (1)
GetAll (1)
GetLocalById (1)
GetAllListAsync (1)
GetAllOptions (1)
GetAllProducts (1)
GetByCode (1)
GetById (1)
GetByName (1)
GetCategories (1)
GetCategoryOptions (1)
GetImage (1)
GetImages (1)
AddLocal (1)
SaveOrUpdateTipo (1)
示例#1
0
显示文件
文件:
LocalAppService.cs
项目:
israelagonca/web-api-ec2
public void Dispose() { _LocalService.Dispose(); GC.SuppressFinalize(this); }
x