refactor: 删除注入代码

This commit is contained in:
陈淳
2023-03-09 08:45:07 +08:00
parent 30ab479315
commit d3f9b43b12
4 changed files with 1 additions and 42 deletions

View File

@@ -5,7 +5,6 @@ using Yi.RBAC.Domain.Dictionary.Entities;
using Yi.Framework.Ddd.Services;
using Microsoft.AspNetCore.Mvc;
using Yi.Framework.Ddd.Dtos;
using Yi.RBAC.Domain.Dictionary.Repositories;
namespace Yi.RBAC.Application.Dictionary
{
@@ -19,8 +18,7 @@ namespace Yi.RBAC.Application.Dictionary
/// <summary>
/// 查询
/// </summary>
[Autowired]
private IDictionaryRepository _dictionaryRepository { get; set; }
public override async Task<PagedResultDto<DictionaryGetListOutputDto>> GetListAsync(DictionaryGetListInputVo input)
{
int total = 0;