|
@ -67,8 +67,7 @@ namespace Win.Sfs.SettleAccount.Entities.Controls |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// 获取全部
|
|
|
/// 获取全部
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <returns>实体DTO列表</returns>
|
|
|
[HttpPost] |
|
|
[HttpGet] |
|
|
|
|
|
public async Task<ListResultDto<CentralizedControlDto>> GetAllAsync() |
|
|
public async Task<ListResultDto<CentralizedControlDto>> GetAllAsync() |
|
|
{ |
|
|
{ |
|
|
var entities = await _repository.GetAllAsync(true); |
|
|
var entities = await _repository.GetAllAsync(true); |
|
|