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) IFinanceiroService.Dispose示例
编程语言:
C# (CSharp)
类/类型:
IFinanceiroService
方法/功能:
Dispose
hotexamples.com的示例:
1
C# (CSharp) IFinanceiroService.Dispose - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IFinanceiroService.Dispose
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Add(1)
ObterPlanodeContasPorId(1)
ObterContasPorDataVencimento(1)
ObterContasPorInstituicao(1)
ObterContasPorOperacao(1)
ObterFinanceiroParcelaPorId(1)
ObterFinanceiroPorId(1)
ObterGrid(1)
ObterMeioPagamentoPorId(1)
ObterPorId(1)
ObterChequePorId(1)
ObterTotalRegistros(1)
PesquisarCheques(1)
PesquisarContas(1)
PesquisarPlanoContas(1)
SalvarCheque(1)
SalvarConta(1)
SalvarFinanceiro(1)
SalvarPlanoConta(1)
ObterContaPorId(1)
ListarPlanoContas(1)
Adicionar(1)
GetAll(1)
AlterarParcela(1)
Atualizar(1)
Dispose(1)
ExcluirCheque(1)
ExcluirConta(1)
ExcluirPlanoConta(1)
ExcluirTransferencia(1)
Find(1)
GetMeioPagamentoPorId(1)
ListarParcelasPesquisa(1)
GetTransferenciaById(1)
GetTransferencias(1)
ListarBancos(1)
ListarCheques(1)
ListarContas(1)
ListarContasaPagar(1)
ListarContasaReceber(1)
ListarMeiosdePagamentos(1)
SalvarTransferencia(1)
常用方法
Add (1)
ObterPlanodeContasPorId (1)
ObterContasPorDataVencimento (1)
ObterContasPorInstituicao (1)
ObterContasPorOperacao (1)
ObterFinanceiroParcelaPorId (1)
ObterFinanceiroPorId (1)
ObterGrid (1)
ObterMeioPagamentoPorId (1)
ObterPorId (1)
常用方法
ObterChequePorId (1)
ObterTotalRegistros (1)
PesquisarCheques (1)
PesquisarContas (1)
PesquisarPlanoContas (1)
SalvarCheque (1)
SalvarConta (1)
SalvarFinanceiro (1)
SalvarPlanoConta (1)
ObterContaPorId (1)
ListarPlanoContas (1)
Adicionar (1)
GetAll (1)
AlterarParcela (1)
Atualizar (1)
Dispose (1)
ExcluirCheque (1)
ExcluirConta (1)
ExcluirPlanoConta (1)
ExcluirTransferencia (1)
常用方法
ListarPlanoContas (1)
Adicionar (1)
GetAll (1)
AlterarParcela (1)
Atualizar (1)
Dispose (1)
ExcluirCheque (1)
ExcluirConta (1)
ExcluirPlanoConta (1)
ExcluirTransferencia (1)
Find (1)
GetMeioPagamentoPorId (1)
ListarParcelasPesquisa (1)
GetTransferenciaById (1)
GetTransferencias (1)
ListarBancos (1)
ListarCheques (1)
ListarContas (1)
ListarContasaPagar (1)
ListarContasaReceber (1)
ListarMeiosdePagamentos (1)
SalvarTransferencia (1)
常用方法
Find (1)
GetMeioPagamentoPorId (1)
ListarParcelasPesquisa (1)
GetTransferenciaById (1)
GetTransferencias (1)
ListarBancos (1)
ListarCheques (1)
ListarContas (1)
ListarContasaPagar (1)
ListarContasaReceber (1)
ListarMeiosdePagamentos (1)
SalvarTransferencia (1)
示例#1
0
显示文件
文件:
FinanceiroAppService.cs
项目:
TiagoPavloski/GST
public void Dispose() { _financeiroService.Dispose(); GC.SuppressFinalize(this); }
x