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) IDebtService.GetAll示例
编程语言:
C# (CSharp)
类/类型:
IDebtService
方法/功能:
GetAll
hotexamples.com的示例:
1
C# (CSharp) IDebtService.GetAll - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IDebtService.GetAll
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
GetDebts(3)
GetDebtByIdAsync(3)
DeleteAsync(3)
GetActive(3)
Create(3)
CreateDebt(2)
DeleteDebt(2)
GetDebtById(2)
Add(2)
CreateAsync(2)
AddDebt(2)
GetDebtChangesByIdAsync(1)
GetDebtsAsync(1)
GetDebtsByCustomer(1)
GetDebtsByUserIdAsync(1)
GetDebtsForCurrentUser(1)
GetDebtsForUser(1)
GetDebtsHistoryForCurrentUser(1)
AcceptPayNotificationAsync(1)
GetDeletedIdsAsync(1)
GetItemAsync(1)
GetList(1)
GetDebtByFieldsAsync(1)
GetListForUser(1)
GetNetDebt(1)
GetOpenUserDebts(1)
GetPayNotificationsAsync(1)
GetPaymentsAsync(1)
ListAll(1)
MountDebtDtoResponse(1)
NewDebtAsync(1)
GetListByUser(1)
GetCommonDebtsAsync(1)
GetDebtAsync(1)
Dispose(1)
AddDebtAsync(1)
CloseAsync(1)
CloseDebt(1)
CreateDebtAsync(1)
DebtCalc(1)
DebtPayAsync(1)
DeferPayment(1)
Delete(1)
DeleteDebtAsync(1)
DenyPayNotificationAsync(1)
GenerateDebtId(1)
GetCurrenciesAsync(1)
GetActiveDebt(1)
GetAll(1)
GetAllAsSelect(1)
常用方法
GetDebts (3)
GetDebtByIdAsync (3)
DeleteAsync (3)
GetActive (3)
Create (3)
CreateDebt (2)
DeleteDebt (2)
GetDebtById (2)
Add (2)
CreateAsync (2)
常用方法
AddDebt (2)
GetDebtChangesByIdAsync (1)
GetDebtsAsync (1)
GetDebtsByCustomer (1)
GetDebtsByUserIdAsync (1)
GetDebtsForCurrentUser (1)
GetDebtsForUser (1)
GetDebtsHistoryForCurrentUser (1)
AcceptPayNotificationAsync (1)
GetDeletedIdsAsync (1)
GetItemAsync (1)
GetList (1)
GetDebtByFieldsAsync (1)
GetListForUser (1)
GetNetDebt (1)
GetOpenUserDebts (1)
GetPayNotificationsAsync (1)
GetPaymentsAsync (1)
ListAll (1)
MountDebtDtoResponse (1)
常用方法
GetItemAsync (1)
GetList (1)
GetDebtByFieldsAsync (1)
GetListForUser (1)
GetNetDebt (1)
GetOpenUserDebts (1)
GetPayNotificationsAsync (1)
GetPaymentsAsync (1)
ListAll (1)
MountDebtDtoResponse (1)
NewDebtAsync (1)
GetListByUser (1)
GetCommonDebtsAsync (1)
GetDebtAsync (1)
Dispose (1)
AddDebtAsync (1)
CloseAsync (1)
CloseDebt (1)
CreateDebtAsync (1)
DebtCalc (1)
DebtPayAsync (1)
DeferPayment (1)
Delete (1)
DeleteDebtAsync (1)
DenyPayNotificationAsync (1)
GenerateDebtId (1)
GetCurrenciesAsync (1)
GetActiveDebt (1)
GetAll (1)
GetAllAsSelect (1)
常用方法
NewDebtAsync (1)
GetListByUser (1)
GetCommonDebtsAsync (1)
GetDebtAsync (1)
Dispose (1)
AddDebtAsync (1)
CloseAsync (1)
CloseDebt (1)
CreateDebtAsync (1)
DebtCalc (1)
DebtPayAsync (1)
DeferPayment (1)
Delete (1)
DeleteDebtAsync (1)
DenyPayNotificationAsync (1)
GenerateDebtId (1)
GetCurrenciesAsync (1)
GetActiveDebt (1)
GetAll (1)
GetAllAsSelect (1)
GetAllAsync (1)
GetAllDebts (1)
GetAllDebtsAsync (1)
GetByCode (1)
GetById (1)
GetCreditsForCurrentUser (1)
GetCreditsHistoryForCurrentUser (1)
PayDebt (1)
示例#1
0
显示文件
文件:
DebtController.cs
项目:
arimori/paschoalotto-backend
public async Task <IActionResult> Get() { return(Ok(await _debtService.GetAll())); }
x